mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/tty-proxy: new aport
This commit is contained in:
parent
09fdb9611b
commit
5b2fccfc9e
24
testing/tty-proxy/APKBUILD
Normal file
24
testing/tty-proxy/APKBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Contributor: Thomas Kienlen <kommander@laposte.net>
|
||||
# Maintainer: Thomas Kienlen <kommander@laposte.net>
|
||||
pkgname=tty-proxy
|
||||
pkgver=0.0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Proxy used by the tty-share command for public facing sessions"
|
||||
url="https://github.com/elisescu/tty-proxy"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="go"
|
||||
source="https://github.com/elisescu/tty-proxy/archive/v$pkgver/tty-proxy-$pkgver.tar.gz"
|
||||
options="chmod-clean !check" # no test suite
|
||||
|
||||
build() {
|
||||
go build \
|
||||
-trimpath \
|
||||
-ldflags "-s -w"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
|
||||
}
|
||||
|
||||
sha512sums="ac245e047cde78ffd8a6742bb979d324f87876e3f8a507868f3958086110a00848a31d45788d1e2b04fa8434c54fc36c4aaf648686e4ade40305a2f311beff28 tty-proxy-0.0.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user