dev-python/QDarkStyle: add ebuild
Package-Manager: Portage-2.3.76, Repoman-2.3.16
This commit is contained in:
parent
6d8cd81f40
commit
d1cbe466a4
3 changed files with 35 additions and 0 deletions
20
dev-python/QDarkStyle/QDarkStyle-2.7.ebuild
Normal file
20
dev-python/QDarkStyle/QDarkStyle-2.7.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A dark style sheet for QtWidget applications"
|
||||
HOMEPAGE="https://github.com/ColinDuquesnoy/QDarkStyleSheet"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue