net-proxy/wireproxy - 1.1.3 (guru)

Search

Install

Install this version:

emerge -a =net-proxy/wireproxy-1.1.3

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

autounmask =net-proxy/wireproxy-1.1.3

Or alternatively:

emerge --autounmask-write -a =net-proxy/wireproxy-1.1.3

Package Information

Description:
Wireguard client that exposes itself as a proxy
Homepage:
https://github.com/whyvl/wireproxy
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.1.3 8 ~amd64 ~x86 0
View Raw Ebuild
# 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.gz"
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"

BDEPEND=">=dev-lang/go-1.26.0"

src_compile() {
	ego build ./cmd/wireproxy
}

src_install() {
	dobin wireproxy
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.26.0

Manifest for 1.1.3

Type File Size Source URLs
DIST wireproxy-1.1.3-vendor.tar.xz 1222444 bytes https://github.com/iguanajuice/guru-distfiles/raw/refs/heads/main/net-proxy/wireproxy/wireproxy-1.1.3-vendor.tar.xz
DIST wireproxy-1.1.3.tar.gz 48239 bytes https://github.com/whyvl/wireproxy/archive/refs/tags/v1.1.3.tar.gz