vp-build/srcpkgs/py3status/template

20 lines
536 B
Bash

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