void-packages/srcpkgs/py3status/template
Alessio Sergi d6cf28670f py3status: update to 3.3
Switch to python3.
2016-11-22 15:56:45 +01:00

19 lines
509 B
Bash

# Template file for 'py3status'
pkgname=py3status
version=3.3
revision=1
noarch=yes
build_style=python3-module
pycompile_module="py3status"
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="Alternative i3bar"
license="3-clause-BSD"
maintainer="teldra <teldra@rotce.de>"
homepage="https://github.com/ultrabug/py3status"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=95015a6abab80c0ec4981f12117f85f0bb5b3ab7e1b0024b366b8b085b725628
post_install() {
vlicense LICENSE
}