Install this version:
emerge -a =net-vpn/netmaker-netclient-bin-0.16.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-vpn/netmaker-netclient-bin-0.16.1
Or alternatively:
emerge --autounmask-write -a =net-vpn/netmaker-netclient-bin-0.16.1
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit systemd
DESCRIPTION="Netmaker makes networks with WireGuard"
HOMEPAGE="https://netmaker.io/ https://github.com/gravitl/netmaker"
SRC_URI="
amd64? ( https://github.com/gravitl/netmaker/releases/download/v${PV}/netclient -> ${P}-amd64 )
arm? ( https://github.com/gravitl/netmaker/releases/download/v${PV}/netclient-arm7 -> ${P}-arm )
arm64? ( https://github.com/gravitl/netmaker/releases/download/v${PV}/netclient-arm64 -> ${P}-arm64 )
"
S="${WORKDIR}"
LICENSE="SSPL-1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
QA_PREBUILT="*"
RDEPEND="net-vpn/wireguard-tools[wg-quick]"
src_prepare() {
cp "${DISTDIR}/${A}" netclient || die
chmod +x ./netclient || die
default
}
src_install() {
dobin netclient
newinitd "${FILESDIR}/netclient.initd" netclient
systemd_dounit "${FILESDIR}/netclient.service"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | netmaker-netclient-bin-0.16.1-amd64 | 15604851 bytes | https://github.com/gravitl/netmaker/releases/download/v0.16.1/netclient |
| DIST | netmaker-netclient-bin-0.16.1-arm | 14784971 bytes | https://github.com/gravitl/netmaker/releases/download/v0.16.1/netclient-arm7 |
| DIST | netmaker-netclient-bin-0.16.1-arm64 | 15049242 bytes | https://github.com/gravitl/netmaker/releases/download/v0.16.1/netclient-arm64 |