20 lines
542 B
Bash
20 lines
542 B
Bash
|
# 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=""
|