net-vpn/toxvpn - 9999 (mva)

Search

Install

Install this version:

emerge -a =net-vpn/toxvpn-9999

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

autounmask =net-vpn/toxvpn-9999

Or alternatively:

emerge --autounmask-write -a =net-vpn/toxvpn-9999

Package Information

Description:
toxvpn allows one to make tunneled point to point connections over Tox
Homepage:
https://github.com/cleverca22/toxvpn
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit cmake git-r3

DESCRIPTION="toxvpn allows one to make tunneled point to point connections over Tox"
HOMEPAGE="https://github.com/cleverca22/toxvpn"
EGIT_REPO_URI="https://github.com/cleverca22/toxvpn.git"

LICENSE="GPL-3"
SLOT="0"
IUSE="static systemd zeromq"

RDEPEND="
	net-libs/tox
	systemd? ( sys-apps/systemd )
	zeromq? ( net-libs/zeromq )
"
DEPEND="
	${RDEPEND}
	dev-cpp/nlohmann_json
"

src_configure() {
	local mycmakeargs=()
	use static && mycmakeargs+=(-DSTATIC=ON)
	use systemd && mycmakeargs+=(-DSYSTEMD=ON)
	use zeromq && mycmakeargs+=(-DZMQ=ON)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-vpn/toxvpn | euse -E <flag> -p net-vpn/toxvpn | euse -D <flag> -p net-vpn/toxvpn

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	net-libs/tox
	systemd? ( sys-apps/systemd )
	zeromq? ( net-libs/zeromq )

	dev-cpp/nlohmann_json

RDEPEND

	net-libs/tox
	systemd? ( sys-apps/systemd )
	zeromq? ( net-libs/zeromq )