20 lines
591 B
Bash
20 lines
591 B
Bash
# Template file for 'python3-art'
|
|
pkgname=python3-art
|
|
version=6.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="ASCII art library for Python"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://www.ascii-art.site/"
|
|
changelog="https://raw.githubusercontent.com/sepandhaghighi/art/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/a/art/art-${version}.tar.gz"
|
|
checksum=506a0c4f261289a0e0d088de7beffcb1835078c4e44b0c5353bdaf47b490e76f
|
|
make_check=no # no tests available
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|