void-packages/srcpkgs/py3status/template
2022-03-20 23:44:49 +01:00

20 lines
623 B
Bash

# Template file for 'py3status'
pkgname=py3status
version=3.42
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"
changelog="https://raw.githubusercontent.com/ultrabug/py3status/master/CHANGELOG"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=bf7dd6cb65e88c3b0cf570a8df08c8ca30b655c88c7ba5b29fbfbf86a0737e27
post_install() {
vlicense LICENSE
}