void-packages/srcpkgs/py3status/template
maxice8 ffab36823b
py3status: update to 3.8.
Closes: #13190 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-24 05:51:05 +02:00

19 lines
535 B
Bash

# Template file for 'py3status'
pkgname=py3status
version=3.8
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=3e19625f2f63910cb96e232331a57379ba0401f2b3cfcf00bd2d4e45da90f462
post_install() {
vlicense LICENSE
}