19 lines
590 B
Bash
19 lines
590 B
Bash
# 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
|
|
}
|