Personal gentoo overlay
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
overlay/x11-misc/wpgtk/wpgtk-6.2.0.ebuild

28 lines
505 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A colorscheme and theme generator for many programs"
HOMEPAGE="https://github.com/deviantfero/wpgtk/"
SRC_URI="https://github.com/deviantfero/wpgtk/archive/6.2.0.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-lang/python
"
src_compile() {
python setup.py build || die
}
src_install() {
python setup.py install || die
wpgtk/misc/wpg-install.sh || die
}