void-packages/srcpkgs/python3-pylsqpack/template
2024-12-26 00:41:31 -05:00

22 lines
642 B
Bash

# Template file for 'python3-pylsqpack'
pkgname=python3-pylsqpack
version=0.3.18
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
checkdepends="python3-pytest"
short_desc="Python bindings for ls-qpack"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/aiortc/pylsqpack"
distfiles="${PYPI_SITE}/p/pylsqpack/pylsqpack-${version}.tar.gz"
checksum=45ae55e721877505f4d5ccd49591d69353f2a548a8673dfafb251d385b3c097f
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense LICENSE
}