20 lines
486 B
Bash
20 lines
486 B
Bash
# Template file for 'py3status'
|
|
pkgname=py3status
|
|
version=3.1
|
|
revision=1
|
|
short_desc="Alternative i3bar"
|
|
license="BSD"
|
|
noarch=yes
|
|
build_style=python-module
|
|
pycompile_module="py3status"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
maintainer="teldra <teldra@rotce.de>"
|
|
homepage="https://github.com/ultrabug/py3status"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=e172d91365e325234af433ddad37f86ca926c256af4326842a768b40d71fda23
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|