overlay/x11-themes/paper-gtk-theme/paper-gtk-theme-9999.ebuild
tastytea 9236e6b938
x11-themes/paper-gtk-theme: unkeyword 9999 for ~amd64, ~x86
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-09-13 07:37:07 +02:00

19 lines
373 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="Paper Theme Suite for GTK 3 and GTK 2"
HOMEPAGE="https://snwh.org/paper"
EGIT_REPO_URI="https://github.com/snwh/paper-gtk-theme.git"
LICENSE="GPL-3"
SLOT="0"
src_unpack() {
git-r3_src_unpack
}
src_configure() {
./autogen.sh
}