void-packages/srcpkgs/pywal/template
maxice8 a187b3e8cd
pywal: update to 2.0.5.
Closes: #13145 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-23 06:15:13 +02:00

18 lines
537 B
Bash

# Template file for 'pywal'
pkgname=pywal
version=2.0.5
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"
homepage="https://github.com/dylanaraps/pywal"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=117f61db013409ee2657aab9230cc5c2cb2b428c17f7fbcf664909122962165e
noarch=yes
post_install() {
vlicense LICENSE.md
}