diff --git a/x11-misc/wpgtk/Manifest b/x11-misc/wpgtk/Manifest new file mode 100644 index 0000000..92902ad --- /dev/null +++ b/x11-misc/wpgtk/Manifest @@ -0,0 +1,3 @@ +DIST 6.2.0.tar.gz 35693 BLAKE2B dffef2c109e99ba14c19978ccb56eaa5c16a1dca0fc78d79f33f9d4f5ce568ee4e4685ef026371a5068040966aeeb4312d36d5816a861d9f927f0d1242a93468 SHA512 ca54616c57785781b2aed7b5f1c1d66ab1c52b17d0e1e7749da9a95742cbf150d7974a873849f509137408f34acee1510e034485535c338e848d642d989a77c2 +EBUILD wpgtk-6.2.0.ebuild 505 BLAKE2B 9829385453839d55c7fb1efe016567251fe5f148f4f48159581c9a421791e901632d7b44712e1f350898b33191d656d21a56dd734c6a4f45e8eb2c9484f4d1c6 SHA512 d9849826b55356e19020e28efddcb22225433b6b1689f0c20a15bd6cd0982ff336ac48984ba09d206249e3ad83db7facdeb1604d65e0372bf46593efeae00245 +MISC metadata.xml 329 BLAKE2B a6dd7799b31699ff2c461948261e6508dd26b8ebbb9e46e14515f49a5a79060588d84887297eca1c7feefe0085947a8cdd6bd1a7255e73755380ac6033ef7065 SHA512 a1323991cafc7662cf51086bf83ed49dc69b208f0018c28d542fab88929e0bc22b5bbeaed3dc233e878535f224d975a616fc403a248273127df822a13f2fcf14 diff --git a/x11-misc/wpgtk/metadata.xml b/x11-misc/wpgtk/metadata.xml new file mode 100644 index 0000000..2e04a38 --- /dev/null +++ b/x11-misc/wpgtk/metadata.xml @@ -0,0 +1,11 @@ + + + + + knotteye@airmail.cc + KnottEye + + + deviantfero/wpgtk + + diff --git a/x11-misc/wpgtk/wpgtk-6.2.0.ebuild b/x11-misc/wpgtk/wpgtk-6.2.0.ebuild new file mode 100644 index 0000000..02361fe --- /dev/null +++ b/x11-misc/wpgtk/wpgtk-6.2.0.ebuild @@ -0,0 +1,28 @@ +# 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 +} \ No newline at end of file