22 lines
730 B
Bash
22 lines
730 B
Bash
# Template file for 'python3-halo'
|
|
pkgname=python3-halo
|
|
version=0.0.31
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-log_symbols python3-spinners python3-termcolor
|
|
python3-colorama python3-six"
|
|
short_desc="Beautiful spinners for terminal, IPython and Jupyter"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/manrajgrover/halo"
|
|
distfiles="${PYPI_SITE}/h/halo/halo-${version}.tar.gz"
|
|
checksum=7b67a3521ee91d53b7152d4ee3452811e1d2a6321975137762eb3d70063cc9d6
|
|
# Tests aren't distributed in the PyPi tarball and there are no tags
|
|
# in the repo on GitHub so we can't get the tarball from there...
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|