Files
gentoo-overlay/net-misc/tun2socks/tun2socks-2.4.1.ebuild
2023-01-03 14:31:36 +01:00

24 lines
546 B
Bash

EAPI="8"
inherit go-module
HOMEPAGE="https://github.com/xjasonlyu/tun2socks"
SRC_URI="https://github.com/xjasonlyu/tun2socks/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://download.bitplumber.de/gentoo-overlay/distfiles/${P}-vendor.tar.xz"
LICENSE="GPL-3"
KEYWORDS="amd64"
SLOT="0"
DEPEND=""
RDEPEND=""
src_compile() {
ego build \
-ldflags "-X 'github.com/xjasonlyu/tun2socks/v2/internal/version.Version=${PV}' -X 'github.com/xjasonlyu/tun2socks/v2/internal/version.GitCommit=Gentoo ${PF}'"
}
src_install() {
dobin tun2socks
}