1df6363d07
Closes: #14094 [via git-merge-pr]
18 lines
537 B
Bash
18 lines
537 B
Bash
# Template file for 'pywal'
|
|
pkgname=pywal
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools ImageMagick"
|
|
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=aa9d9809cf4553a70f2cd041c048a362e52240639dc85f5a5c4b8ac66a6fb70d
|
|
noarch=yes
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|