mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
x11-misc/pywal16: new package, add 3.6.0
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
28
x11-misc/pywal16/pywal16-3.6.0.ebuild
Normal file
28
x11-misc/pywal16/pywal16-3.6.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
DESCRIPTION="16 colors fork of pywal"
|
||||
HOMEPAGE="https://github.com/eylles/pywal16"
|
||||
SRC_URI="https://github.com/eylles/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="media-gfx/imagemagick[jpeg]"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "setting wallpaper support" \
|
||||
media-gfx/feh \
|
||||
x11-misc/hsetroot \
|
||||
x11-misc/nitrogen
|
||||
}
|
||||
Reference in New Issue
Block a user