24 lines
618 B
Bash
24 lines
618 B
Bash
# Template file for 'py3status'
|
|
pkgname=py3status
|
|
version=3.21
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="py3status"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-pyudev"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Alternative i3bar implementation in Python3"
|
|
maintainer="teldra <teldra@rotce.de>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/ultrabug/py3status"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=81a5e9a2cae77e148fd3ef1647426136e9b001c1fb8d8e9c7ade9fb5e6a0ae1b
|
|
|
|
do_check() {
|
|
python3 -m pytest
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|