void-packages/srcpkgs/py3status/template
2020-02-10 22:06:38 +01:00

23 lines
589 B
Bash

# Template file for 'py3status'
pkgname=py3status
version=3.25
revision=1
archs=noarch
build_style=python3-module
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=b6c1a08e97e735b7a9c024f67155d447ba36b0c7f6171cc3303fa4a5e2710850
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}