New package: python3-kaitaistruct-0.9

This commit is contained in:
Evgeny Ermakov 2021-12-31 10:47:28 +11:00 committed by classabbyamp
parent 4b7552d571
commit 108cce0215

View file

@ -0,0 +1,18 @@
# 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 <evgeny.v.ermakov@gmail.com>"
license="MIT"
homepage="https://kaitai.io"
distfiles="https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/${version}.tar.gz"
checksum=d21207d17603d87f263c8adcd45235ce22d154ba6faba0945e4f1a9d8d95e7e9
post_install() {
vlicense LICENSE
}