mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: python3-kaitaistruct-0.9
This commit is contained in:
parent
4b7552d571
commit
108cce0215
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-kaitaistruct/template
Normal file
18
srcpkgs/python3-kaitaistruct/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue