20 lines
552 B
Bash
20 lines
552 B
Bash
# Template file for 'pywal'
|
|
pkgname=pywal
|
|
version=1.2.2
|
|
revision=1
|
|
build_style=python3-module
|
|
noarch="yes"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools ImageMagick"
|
|
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=b5ab5031eed149d9f3f34f7695eba1f943ef866b2356fc30f8a96355df9d4bdb
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|