guru/x11-misc/pywal/pywal-3.3.0.ebuild
Anna (cybertailor) Vyalkova 7d1773d97f
x11-misc/pywal: drop use flags
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-07-22 17:59:07 +05:00

27 lines
610 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature
DESCRIPTION="Tool that generates color schemes from images"
HOMEPAGE="https://github.com/dylanaraps/pywal"
SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND="media-gfx/imagemagick[jpeg]"
pkg_postinst() {
optfeature "setting wallpaper support" \
media-gfx/feh \
x11-misc/hsetroot \
x11-misc/nitrogen
}