19 lines
509 B
Bash
19 lines
509 B
Bash
# Template file for 'py3status'
|
|
pkgname=py3status
|
|
version=3.5
|
|
revision=2
|
|
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=a062572c32f44c01733363df43c36c3dd450790f66c96e701e2253bc75aa2091
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|