net-libs/libtins: New ebuild
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
af5ed98c8c
commit
5ee691d948
1
net-libs/libtins/Manifest
Normal file
1
net-libs/libtins/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST libtins-4.2.tar.gz 371117 BLAKE2B e7bc605d7690d427e057ea15d334b15f50a15ff821e24e7cf9078fc8dabc513aecdc09949460933d7f15100a5e0a930b643f300729fbab2dea5cd598d352eb6a SHA512 46d07712604c780e418135c996f195046fd85a9e1411962c9bcee3c8d0fc64f494aa50164236ffd1e77ff8a398e9617bbf040b3e01a5771c5621c0faa1ce312f
|
24
net-libs/libtins/libtins-4.2.ebuild
Normal file
24
net-libs/libtins/libtins-4.2.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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"
|
8
net-libs/libtins/metadata.xml
Normal file
8
net-libs/libtins/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue