dev-util/tiburoncin - 2.2.2 (lemon-lime)

Search

Package Information

Description:
Small man in the middle tool to inspect the traffic between two endpoints A and B
Homepage:
https://github.com/eldipa/tiburoncin
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.2.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit toolchain-funcs

DESCRIPTION="Small man in the middle tool to inspect the traffic between two endpoints A and B"
HOMEPAGE="https://github.com/eldipa/tiburoncin"
SRC_URI="https://github.com/eldipa/tiburoncin/archive/refs/tags/${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

PATCHES=(
	"${FILESDIR}/removeTest.patch"
)

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

src_compile() {
	emake CC="$(tc-getCC)" \
		CPPFLAGS="${CPPFLAGS}" \
		CFLAGS="${CFLAGS}" \
		LDFLAGS="${LDFLAGS}"
}

src_install() {
	dobin ${PN}
}

Manifest for 2.2.2

Type File Size Source URLs
DIST 2.2.2.tar.gz 30672 bytes https://github.com/eldipa/tiburoncin/archive/refs/tags/2.2.2.tar.gz