18 lines
542 B
Bash
18 lines
542 B
Bash
# Template file for 'python3-kaitaistruct'
|
|
pkgname=python3-kaitaistruct
|
|
version=0.10
|
|
revision=3
|
|
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=4afbbcc4d596caa02fc86d5c9561f7d91499c1cf7910acc8fe80489b9237dc15
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|