mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
28 lines
911 B
Text
28 lines
911 B
Text
# Contributor: fossdd <fossdd@pwned.life>
|
|
# Maintainer: fossdd <fossdd@pwned.life>
|
|
pkgname=hare-http
|
|
pkgver=0_git20240419
|
|
_commit=923744872525b490925117ce597f10037208fc05
|
|
pkgrel=0
|
|
pkgdesc="HTTP(s) support for Hare"
|
|
url="https://git.sr.ht/~sircmpwn/hare-http"
|
|
arch="noarch !armhf !armv7 !ppc64le !s390x !x86 !loongarch64" # blocked by hare
|
|
license="MPL-2.0"
|
|
checkdepends="hare"
|
|
source="$pkgname-$_commit.tar.gz::https://git.sr.ht/~sircmpwn/hare-http/archive/$_commit.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
|
|
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
|
|
|
|
check() {
|
|
hare test
|
|
}
|
|
|
|
package() {
|
|
install -vdm755 "$pkgdir/usr/src/hare/third-party"
|
|
cp -Rdv "net" "$pkgdir/usr/src/hare/third-party"
|
|
}
|
|
|
|
sha512sums="
|
|
3f7152b2ebed9a876c1931e10cfe31adbe4960046b4bebba917156bfda9400098a74e183239f6298e3212aad9228ecb856f714a6abdaf04a9c156d7096dc7956 hare-http-923744872525b490925117ce597f10037208fc05.tar.gz
|
|
"
|