void-packages/srcpkgs/python3-art/template
2023-06-15 07:19:46 -04:00

19 lines
591 B
Bash

# Template file for 'python3-art'
pkgname=python3-art
version=6.0
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=884ef1c10e900387cce97789e8668125720cbf4459206641b91fc298c859cda9
make_check=no # no tests available
post_install() {
vlicense LICENSE
}