void-packages/srcpkgs/pywal/template

20 lines
540 B
Bash
Raw Normal View History

# Template file for 'pywal'
pkgname=pywal
version=1.1.0
revision=1
build_style=python3-module
noarch="yes"
hostmakedepends="python3-setuptools"
depends="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=e05783853803d039bfd0df569b5fb53ddb528c090e5ee2cab6669cdbc2b9d3cb
post_install() {
vlicense LICENSE.md
}