mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
net-proxy/wireproxy: new package, add 1.0.9
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
22
net-proxy/wireproxy/wireproxy-1.0.9.ebuild
Normal file
22
net-proxy/wireproxy/wireproxy-1.0.9.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="Wireguard client that exposes itself as a proxy"
|
||||
HOMEPAGE="https://github.com/whyvl/wireproxy"
|
||||
SRC_URI="https://github.com/whyvl/wireproxy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.xz"
|
||||
SRC_URI+=" https://github.com/iguanajuice/guru-distfiles/raw/refs/heads/main/net-proxy/wireproxy/${P}-vendor.tar.xz"
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_compile() {
|
||||
ego build ./cmd/wireproxy
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin wireproxy
|
||||
}
|
||||
Reference in New Issue
Block a user