guru/x11-misc/pywal/pywal-3.3.0.ebuild
David Roman 5c33fd7a71
x11-misc/pywal: destabilize 3.3.0 for ~amd64
Signed-off-by: David Roman <davidroman96@gmail.com>
2024-02-13 17:37:45 +01:00

27 lines
611 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
}