void-packages/srcpkgs/py3status/template

20 lines
487 B
Bash
Raw Normal View History

# Template file for 'py3status'
pkgname=py3status
2016-09-17 21:28:04 +00:00
version=3.1
2016-10-07 16:27:37 +00:00
revision=2
short_desc="Alternative i3bar"
license="BSD"
noarch=yes
2016-10-17 13:50:48 +00:00
build_style=python2-module
pycompile_module="py3status"
hostmakedepends="python-setuptools"
depends="python"
2016-09-17 21:28:04 +00:00
maintainer="teldra <teldra@rotce.de>"
homepage="https://github.com/ultrabug/py3status"
distfiles="${homepage}/archive/${version}.tar.gz"
2016-09-17 21:28:04 +00:00
checksum=e172d91365e325234af433ddad37f86ca926c256af4326842a768b40d71fda23
post_install() {
vlicense LICENSE
}