void-packages/srcpkgs/py3status/template
2020-11-28 14:24:57 +07:00

22 lines
576 B
Bash

# Template file for 'py3status'
pkgname=py3status
version=3.31
revision=1
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=c69bca855559f31fec4a257e76bc3e3cd2d4737f37785b96fa5509b6ee208b3a
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}