vp-build/srcpkgs/python3-aalib/template

19 lines
562 B
Bash

# Template file for 'python3-aalib'
pkgname=python3-aalib
version=0.3.2
revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="aalib python3"
short_desc="Python3 interface to AAlib, an ASCII art library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://jwilk.net/software/python-aalib"
distfiles="${PYPI_SITE}/p/python-aalib/python-aalib-${version}.tar.gz"
checksum=c39071629e7962dcd926faf0135dc73e2a8eb5db9a53bc2ebe5965f8c39165a2
post_install() {
sed -n '3,21p' < setup.py > LICENSE
vlicense LICENSE
}