ischluff-overlay/dev-python/QDarkStyle/QDarkStyle-2.7.ebuild
Anton Schubert d1cbe466a4 dev-python/QDarkStyle: add ebuild
Package-Manager: Portage-2.3.76, Repoman-2.3.16
2020-01-20 11:31:04 +01:00

20 lines
435 B
Bash

# 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}"