void-packages/srcpkgs/python3-art/template

20 lines
591 B
Bash

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