From 7e3782d5ceafc50462a074434fab5e405dbce977 Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Fri, 31 Dec 2021 10:47:28 +1100 Subject: [PATCH] New package: python3-kaitaistruct-0.9 --- srcpkgs/python3-kaitaistruct/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-kaitaistruct/template diff --git a/srcpkgs/python3-kaitaistruct/template b/srcpkgs/python3-kaitaistruct/template new file mode 100644 index 000000000000..b3bce973689a --- /dev/null +++ b/srcpkgs/python3-kaitaistruct/template @@ -0,0 +1,19 @@ +# Template file for 'python3-kaitaistruct' +pkgname=python3-kaitaistruct +version=0.9 +revision=1 +wrksrc="kaitai_struct_python_runtime-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" +short_desc="Kaitai Struct API for Python" +maintainer="Evgeny Ermakov " +license="MIT" +homepage="https://kaitai.io" +distfiles="https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/${version}.tar.gz" +checksum=d21207d17603d87f263c8adcd45235ce22d154ba6faba0945e4f1a9d8d95e7e9 +make_check=no # Package ships no tests + +post_install() { + vlicense LICENSE +}