net-vpn/mullvad-netns - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =net-vpn/mullvad-netns-9999

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

autounmask =net-vpn/mullvad-netns-9999

Or alternatively:

emerge --autounmask-write -a =net-vpn/mullvad-netns-9999

Package Information

Description:
Script to run a command within a Mullvad network namespace
Homepage:
https://github.com/chutz/mullvad-netns
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

if [[ ${PV} =~ [9]{4,} ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/chutz/mullvad-netns.git"
else
	SRC_URI="https://github.com/chutz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="Script to run a command within a Mullvad network namespace"
HOMEPAGE="https://github.com/chutz/mullvad-netns"

LICENSE="GPL-2+"
SLOT="0"

RDEPEND="
	app-misc/jq
	app-shells/bash
	net-misc/curl[ipv6(+),ssl]
	net-vpn/wireguard-tools
	sys-apps/baselayout
	sys-apps/coreutils
	sys-apps/grep
	sys-apps/iproute2[ipv6(+)]
	sys-apps/util-linux
"
BDEPEND="
	dev-build/make
	sys-apps/coreutils
"

Inherited Eclasses

Dependencies

RDEPEND

	app-misc/jq
	app-shells/bash
	net-misc/curl[ipv6(+),ssl]
	net-vpn/wireguard-tools
	sys-apps/baselayout
	sys-apps/coreutils
	sys-apps/grep
	sys-apps/iproute2[ipv6(+)]
	sys-apps/util-linux

BDEPEND

	dev-build/make
	sys-apps/coreutils