New package: python3-art-5.9

This commit is contained in:
Andrew Benson 2023-03-30 08:51:43 -05:00
parent 4c80bedb7b
commit abfe15144f

View file

@ -0,0 +1,19 @@
# Template file for 'python3-art'
pkgname=python3-art
version=5.9
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=6a311ec0a227c6554c6789e91e74c3f2c86453a2a8e76947788695b7a91ccff0
make_check=no # no tests available
post_install() {
vlicense LICENSE
}