gentoo/net-proxy/piper/piper-1.14-r1.ebuild
Filip Kobierski 92466323d7
net-proxy/piper: bump EAPI
also remove "A " from DESCRIPTION

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42047
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-21 22:43:50 +01:00

25 lines
469 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Tool for manipulating SOCKS5 servers"
HOMEPAGE="http://www.qwirx.com/"
SRC_URI="http://www.qwirx.com/piper/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
src_compile() {
append-flags -g -Wall
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}
src_install() {
dobin piper
dodoc README
}