mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
x11-themes/hackerer: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
parent
bd58da90d6
commit
26e3ccc9c4
19
x11-themes/hackerer/hackerer-9999.ebuild
Normal file
19
x11-themes/hackerer/hackerer-9999.ebuild
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="GTK-3 theme: black background, green font"
|
||||
HOMEPAGE="https://www.opencode.net/infinity64/hackerer"
|
||||
EGIT_REPO_URI="https://www.opencode.net/infinity64/hackerer"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/themes/
|
||||
doins -r Hackerer
|
||||
|
||||
}
|
13
x11-themes/hackerer/metadata.xml
Normal file
13
x11-themes/hackerer/metadata.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type='person'>
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<changelog>https://www.opencode.net/infinity64/hackerer/-/commits/main</changelog>
|
||||
<doc>https://www.opencode.net/infinity64/hackerer/-/blob/main/README.md</doc>
|
||||
<bugs-to>https://www.opencode.net/infinity64/hackerer/-/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user