net-misc/ngrok - 3.8.0 (robert7k)

Search

Install

Install this version:

emerge -a =net-misc/ngrok-3.8.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/ngrok-3.8.0

Or alternatively:

emerge --autounmask-write -a =net-misc/ngrok-3.8.0

Package Information

Description:
programmable network edge
Homepage:
https://ngrok.com
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
3.8.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="programmable network edge"
HOMEPAGE="https://ngrok.com"
SRC_URI="https://bin.equinox.io/c/bNyj1mQVY4c/${PN}-v$(ver_cut 1)-stable-linux-amd64.tgz -> ${P}.tgz"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

S=$WORKDIR

QA_PREBUILT="usr/bin/ngrok"

src_compile() {
	true
}

src_install() {
	dobin ngrok
}