void-packages/srcpkgs/pywal/template

20 lines
621 B
Bash

# Template file for 'pywal'
pkgname=pywal
version=3.0.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"
#changelog="https://raw.githubusercontent.com/dylanaraps/pywal/master/CHANGELOG.md"
homepage="https://github.com/dylanaraps/pywal"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=003807f7d0c0edf4a01a935ff77f0df053cec27f035c8cdf41824d284ddedbab
noarch=yes
post_install() {
vlicense LICENSE.md
}