From 7dfbb73f50fffbc65d97ba186299de68f94ebfe3 Mon Sep 17 00:00:00 2001 From: RinsedSloth Date: Sat, 8 Feb 2020 19:28:07 +0100 Subject: [PATCH] New package: python3-hjson-3.0.1 --- srcpkgs/python3-hjson/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-hjson/template diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template new file mode 100644 index 00000000000..9cd01b86f08 --- /dev/null +++ b/srcpkgs/python3-hjson/template @@ -0,0 +1,19 @@ +# Template file for 'python3-hjson' +pkgname=python3-hjson +version=3.0.1 +revision=1 +archs=noarch +wrksrc="hjson-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="User interface for JSON" +maintainer="RinsedSloth " +license="MIT" +homepage="https://github.com/hjson/hjson-py" +distfiles="${PYPI_SITE}/h/hjson/hjson-${version}.tar.gz" +checksum=1d1727faa6aaef2973921877125a3ab7c5f6d34b93233179d01770f41fab51f9 + +post_install() { + vlicense LICENSE.txt +}