mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
net-proxy/ngrok-bin: new package, add 3.0.0
Signed-off-by: kernaltrap8 <kernaltrap8@github.com>
This commit is contained in:
1
net-proxy/ngrok-bin/Manifest
Normal file
1
net-proxy/ngrok-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST ngrok-v3-stable-linux-amd64.tgz 8659626 BLAKE2B ca3e031f485460169a880938a1d063f90365a74c076f9720bbee7b1f435a643fa96e07b7c3fdc45e016d81e52c26b53c1a41928d0591d7371b4648f663adbd3e SHA512 22a73696a536d3f1d03392c115a5c7b41d3541be23fa85b064b6ea8d5dc2a861dbc6ea80859fb8bd9c0bc89c47f08a5715c8f6c93b0d8887a84203f307f46d8d
|
||||||
24
net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
Normal file
24
net-proxy/ngrok-bin/ngrok-bin-3.0.0.ebuild
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user