void-packages/srcpkgs/py3status/template
lasers fc6a722648 py3status: update to 3.9
Closes #14403.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-15 09:30:50 +02:00

19 lines
535 B
Bash

# Template file for 'py3status'
pkgname=py3status
version=3.9
revision=1
noarch=yes
build_style=python3-module
pycompile_module="py3status"
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="Alternative i3bar implementation in Python3"
license="BSD-3-Clause"
maintainer="teldra <teldra@rotce.de>"
homepage="https://github.com/ultrabug/py3status"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=ca44cfed88943f5e35bef1c7bf928e4517ac4532a505b339ef48fd5a9bf7adcc
post_install() {
vlicense LICENSE
}