void-packages/srcpkgs/pywal/template

19 lines
511 B
Bash

# Template file for 'pywal'
pkgname=pywal
version=1.0.0
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 <xyuusha@paranoici.org>"
license="MIT"
homepage="https://github.com/dylanaraps/pywal"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=d6d0110db495193bc7eef7d24c80555459978b602af866323fa41e7b433bfde9
post_install() {
vlicense LICENSE.md
}