New package: python3-shxparser-0.0.2
This commit is contained in:
parent
1bdcce8664
commit
1652f53806
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python3-shxparser'
|
||||||
|
pkgname=python3-shxparser
|
||||||
|
version=0.0.2
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
checkdepends="python3-svgelements"
|
||||||
|
short_desc="Pure Python Parser for SHX Hershey font files"
|
||||||
|
maintainer="Luciogi <lucigithubcommit@skiff.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/tatarize/shxparser"
|
||||||
|
distfiles="${PYPI_SITE}/s/shxparser/shxparser-${version}.tar.gz"
|
||||||
|
checksum=8541e4bce62876822c93f3959e7f6909ef1bf8352691b343bacdaaa9b92ff270
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
rm -r build/lib/test test
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in New Issue