mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/tonutils-reverse-proxy: new aport
Reverse proxy for TON sites https://github.com/tonutils/reverse-proxy
This commit is contained in:
parent
db1426fd7e
commit
ccc50b84cb
29
testing/tonutils-reverse-proxy/APKBUILD
Normal file
29
testing/tonutils-reverse-proxy/APKBUILD
Normal file
@ -0,0 +1,29 @@
|
||||
# Contributor: Oleg Titov <oleg.titov@gmail.com>
|
||||
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
|
||||
pkgname=tonutils-reverse-proxy
|
||||
pkgver=0.3.3
|
||||
pkgrel=0
|
||||
pkgdesc="Reverse proxy for TON sites"
|
||||
url="https://github.com/tonutils/reverse-proxy"
|
||||
# loongarch64 build fails for dependency: crypto v0.17.0
|
||||
arch="all !loongarch64"
|
||||
license="Apache-2.0"
|
||||
options="net !check" # No test suite from upstream
|
||||
makedepends="go"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/tonutils/reverse-proxy/archive/refs/tags/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/reverse-proxy-$pkgver"
|
||||
|
||||
build() {
|
||||
make build
|
||||
}
|
||||
|
||||
package() {
|
||||
install -m755 -D -t "$pkgdir"/usr/bin/ build/tonutils-reverse-proxy
|
||||
|
||||
install -m644 -D -t "$pkgdir"/usr/share/doc/$pkgname README.md
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
4a8ef35452c4888f6428dd5c497e4aa00d9c307dcbbd6264ff8777b9761591d6ba722afece511ae7b60492e13127612f82107d945abf2e7723602c9e96cc728d tonutils-reverse-proxy-0.3.3.tar.gz
|
||||
"
|
Loading…
Reference in New Issue
Block a user