gentoo/net-vpn/mullvad-netns/mullvad-netns-0.2-r1.ebuild
Michał Górny 7ef71dd2f0
Move {sys-devel → dev-build}/make
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-13 18:53:16 +01:00

35 lines
732 B
Bash

# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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
"