2017-09-26 18:58:30 +00:00
|
|
|
# Template file for 'pywal'
|
|
|
|
pkgname=pywal
|
2018-01-03 14:22:57 +00:00
|
|
|
version=1.1.0
|
2017-09-26 18:58:30 +00:00
|
|
|
revision=1
|
|
|
|
build_style=python3-module
|
|
|
|
noarch="yes"
|
|
|
|
hostmakedepends="python3-setuptools"
|
2017-12-29 10:08:12 +00:00
|
|
|
depends="python3-setuptools"
|
2017-09-26 18:58:30 +00:00
|
|
|
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"
|
2018-01-03 14:22:57 +00:00
|
|
|
checksum=e05783853803d039bfd0df569b5fb53ddb528c090e5ee2cab6669cdbc2b9d3cb
|
2017-09-26 18:58:30 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.md
|
|
|
|
}
|