x11-themes/hackerer: new package

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2024-03-17 13:06:10 +04:00
parent bd58da90d6
commit 26e3ccc9c4
No known key found for this signature in database
GPG Key ID: E91CC56723EE101E
2 changed files with 32 additions and 0 deletions

View 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
}

View 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>