18 lines
502 B
Bash
18 lines
502 B
Bash
# Template file for 'python3-hpack'
|
|
pkgname=python3-hpack
|
|
version=4.0.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="HTTP/2 Header Encoding (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://python-hyper.org/hpack/"
|
|
distfiles="https://github.com/python-hyper/hpack/archive/v${version}.tar.gz"
|
|
checksum=b714329acc1d4facaed34329584f8a6b234abb9141b640ec021f991f5108a300
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|