mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-25 10:40:21 +02:00
22 lines
642 B
Bash
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
|
|
}
|