From 1652f5380602fe6cfc46a0d68f4aed4130080490 Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 26 Oct 2023 20:57:18 +0500 Subject: [PATCH] New package: python3-shxparser-0.0.2 --- srcpkgs/python3-shxparser/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-shxparser/template diff --git a/srcpkgs/python3-shxparser/template b/srcpkgs/python3-shxparser/template new file mode 100644 index 00000000000..45349956875 --- /dev/null +++ b/srcpkgs/python3-shxparser/template @@ -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 " +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 +}