19 lines
580 B
Bash
19 lines
580 B
Bash
# Template file for 'python3-hyper-h2'
|
|
pkgname=python3-hyper-h2
|
|
version=3.2.0
|
|
revision=3
|
|
wrksrc="hyper-h2-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-hpack python3-hyperframe"
|
|
short_desc="HTTP/2 State-Machine based protocol implementation(Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/python-hyper/hyper-h2"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=ef4213b73e113905c67fdc0abd677c6e2dff53894e657fbc12987ae5c00b6c91
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|