New package: pywal-0.7.1

Closes: #8531 [via git-merge-pr]
This commit is contained in:
Yuusha Spacewolf 2017-09-26 13:58:30 -05:00 committed by Jürgen Buchmüller
parent d525cf3858
commit 090a59dfb4

18
srcpkgs/pywal/template Normal file
View file

@ -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 <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
}