diff --git a/srcpkgs/python3-art/template b/srcpkgs/python3-art/template new file mode 100644 index 00000000000..83be4113b13 --- /dev/null +++ b/srcpkgs/python3-art/template @@ -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 " +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 +}