20 lines
630 B
Bash
20 lines
630 B
Bash
# Template file for 'py3status'
|
|
pkgname=py3status
|
|
version=3.47
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-pyudev"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Alternative i3bar implementation in Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=fb29a3c6bdf14b426350d81984416e33c82f02a5aac916ca0a16be17b5a9c98f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|