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