18 lines
526 B
Bash
18 lines
526 B
Bash
# Template file for 'python3-hpack'
|
|
pkgname=python3-hpack
|
|
version=3.0.0
|
|
revision=4
|
|
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=0f8f5f92cfa59f91804eabb237d4b18895f3e200e282c41cedf6cd11a4416daa
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|