x11-misc/pywal: new package, add 3.3.0

Signed-off-by: SPRATAY <spratay+linux@getgoogleoff.me>
This commit is contained in:
SPRATAY
2023-07-17 21:22:51 +03:00
parent 0dc3cf6dd3
commit d064837b8c
2 changed files with 37 additions and 0 deletions

1
x11-misc/pywal/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST pywal-3.3.0.tar.gz 64589 BLAKE2B 70d65edccf7aa7a54ebb69228a8abca107f3bb7b5bced62776da596491747d3fe26fe69f0d2a6118331a52c588a54d1933ae8117c018e97f32b92aa145ddeba4 SHA512 3c3d3e1d23c8fbdb6c50d500b7df4b24790bbab50c155f3f916dbaccb366e29ebdd60cbb01acc87631cba0f3ac2ce01f74e32f96b26a6e08bfb3933a45d0814f

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="A tool that generates color schemes from images"
HOMEPAGE="https://github.com/dylanaraps/pywal"
SRC_URI="https://github.com/dylanaraps/pywal/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="feh nitrogen"
RDEPEND="feh? ( media-gfx/feh )
nitrogen? ( x11-misc/nitrogen )"
DEPEND="${RDEPEND}
media-gfx/imagemagick[jpeg]"
src_compile() {
distutils-r1_src_compile
}
src_install() {
distutils-r1_src_install
insinto /usr/share/licenses/${PF}
doins LICENSE.md
}