21 lines
612 B
Bash
21 lines
612 B
Bash
|
# Template file for 'python3-tqdm'
|
||
|
pkgname=python3-tqdm
|
||
|
version=4.48.2
|
||
|
revision=2
|
||
|
wrksrc="tqdm-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3-setuptools"
|
||
|
short_desc="Fast, extensible progress bar for Python and CLI (Python3)"
|
||
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||
|
license="MPL-2.0, MIT"
|
||
|
homepage="https://tqdm.github.io/"
|
||
|
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
|
||
|
checksum=91a61673103ae2d5a1b93672ff60455d689b58372c08b1a27e1a7def71dc05a3
|
||
|
conflicts="python-tqdm>=0"
|
||
|
|
||
|
post_install() {
|
||
|
vman tqdm/tqdm.1 tqdm.1
|
||
|
vlicense LICENCE
|
||
|
}
|