net-proxy/ngrok-bin: new package, add 3.0.0

Signed-off-by: kernaltrap8 <kernaltrap8@github.com>
This commit is contained in:
kernaltrap8
2024-03-17 18:07:03 -05:00
parent 5e533b8990
commit aee41cfecd
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="ngrok is a reverse proxy, firewall, and API gateway"
HOMEPAGE="https://ngrok.org"
# Each supported arch should get their own bins
SRC_URI="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz"
S="${WORKDIR}/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror strip"
src_compile() {
:
}
src_install() {
dobin ngrok
}