# Template file for 'python3-art'
pkgname=python3-art
version=6.5
revision=2
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=a98d77b42c278697ec6cf4b5bdcdfd997f6b2425332da078d4e31e31377d1844
make_check=no # no tests available

post_install() {
	vlicense LICENSE
}
