21 lines
647 B
Bash
21 lines
647 B
Bash
# Template file for 'pywal'
|
|
pkgname=pywal
|
|
version=3.3.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="pywal"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/dylanaraps/pywal/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=efeab992c2702c7e07529ac9757425862ea1796a6fc0331148bc45a8675230b7
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|