vp-build/srcpkgs/python3-hpack/template

19 lines
526 B
Bash

# Template file for 'python3-hpack'
pkgname=python3-hpack
version=4.0.0
revision=2
wrksrc=hpack-${version}
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
}