19 lines
417 B
Bash
19 lines
417 B
Bash
# Copyright 2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit meson
|
|
|
|
DESCRIPTION="Multipath UDP tunnel"
|
|
HOMEPAGE="https://github.com/angt/glorytun"
|
|
SRC_URI="https://github.com/angt/glorytun/releases/download/v${PV}/glorytun-${PV}.tar.gz"
|
|
|
|
LICENSE="BSD-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=">=dev-libs/libsodium-1.0.4"
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|