15 lines
521 B
Bash
15 lines
521 B
Bash
# Template file for 'python3-ttystatus'
|
|
pkgname=python3-ttystatus
|
|
_pkgname=${pkgname/3/}
|
|
version=0.38
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Terminal progress bar and status output for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://liw.fi/ttystatus/"
|
|
distfiles="$DEBIAN_SITE/main/p/${_pkgname}/${_pkgname}_${version}.orig.tar.xz"
|
|
checksum=e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628
|