21 lines
678 B
Bash
21 lines
678 B
Bash
# Template file for 'python3-spinners'
|
|
pkgname=python3-spinners
|
|
version=0.0.24
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc='Python wrapper for "amazing" node library cli-spinners'
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/manrajgrover/py-spinners"
|
|
distfiles="${PYPI_SITE}/s/spinners/spinners-${version}.tar.gz"
|
|
checksum=1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f
|
|
# 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
|
|
}
|