19 lines
538 B
Bash
19 lines
538 B
Bash
# Template file for 'python3-progress'
|
|
pkgname=python3-progress
|
|
version=1.5
|
|
revision=4
|
|
wrksrc="progress-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Easy to use progress bars (Python3)"
|
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
|
license="ISC"
|
|
homepage="https://github.com/verigak/progress"
|
|
distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"
|
|
checksum=69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7dae64372
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|