add net-vpn/amneziawg-go package

This commit is contained in:
2024-08-31 21:08:45 +03:00
parent 3678186c40
commit 5a7506f5e4
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Go Implementation of AmneziaWG"
HOMEPAGE="https://github.com/amnezia-vpn/amneziawg-go"
SRC_URI="https://github.com/amnezia-vpn/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://git.millerson.name/alex/gentoo-artifacts/releases/download/amneziawg-go-0.2.12-vendor/amneziawg-go-0.2.12-vendor.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""