SwordArMor-gentoo-overlay/net-libs/libtins/libtins-4.2.ebuild
Alarig Le Lay 5ee691d948
net-libs/libtins: New ebuild
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2020-03-30 23:51:33 +02:00

25 lines
518 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
DESCRIPTION="Multiplatform C++ network packet sniffing and crafting library"
HOMEPAGE="https://libtins.github.io/"
MY_GITHUB_AUTHOR="mfontanini"
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="
${DEPEND}
net-libs/libpcap
dev-libs/openssl
"
BDEPEND="dev-util/cmake"