051ad26e38
Closes: #11293 [via git-merge-pr]
19 lines
552 B
Bash
19 lines
552 B
Bash
# Template file for 'pywal'
|
|
pkgname=pywal
|
|
version=1.3.3
|
|
revision=1
|
|
build_style=python3-module
|
|
noarch="yes"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools ImageMagick"
|
|
noarch="yes"
|
|
short_desc="Generate and change colorschemes on the fly"
|
|
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/dylanaraps/pywal"
|
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=2ef1a2f09ca64f830695655fd8df966782191fade9609699e6b811d6d20d6c63
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|