void-packages/srcpkgs/python3-art/template

20 lines
591 B
Bash

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