diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template new file mode 100644 index 00000000000..5687039d93c --- /dev/null +++ b/srcpkgs/pywal/template @@ -0,0 +1,18 @@ +# Template file for 'pywal' +pkgname=pywal +version=0.7.1 +revision=1 +build_style=python3-module +noarch="yes" +hostmakedepends="python3-setuptools" +noarch="yes" +short_desc="Generate and change colorschemes on the fly" +maintainer="Yuusha Spacewolf " +license="MIT" +homepage="https://github.com/dylanaraps/pywal" +distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=5c8c1254f10d7948c2790d93b923319057e2887251a1318ddc38ee65419f723c + +post_install() { + vlicense LICENSE.md +}