19 lines
511 B
Bash
19 lines
511 B
Bash
# 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 <xyuusha@paranoici.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/dylanaraps/pywal"
|
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=5c8c1254f10d7948c2790d93b923319057e2887251a1318ddc38ee65419f723c
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|