mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
tyton:
git commit -m tyton:
This commit is contained in:
parent
9c425da95b
commit
da381a3ed9
3 changed files with 36 additions and 0 deletions
1
app-antivirus/tyton/Manifest
Normal file
1
app-antivirus/tyton/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST tyton-1.2_p20181206.tar.gz 153824 BLAKE2B 0f4531b068088e55a7be5f51b20ba73d397892db313470c0a9cfad75eaa60de06125667ef45ab54f6580a4c95a546701f34678b75d5abdb298fc1d84d86ed613 SHA512 748b8eb7f543e617553a92e0403ab771e8e515680ae804db9aacfa10eafb94a13c9e18fd75627062c800fdfa546dfda8b87dbf035a7f9760bd59394268982025
|
||||
33
app-antivirus/tyton/tyton-1.2_p20181206.ebuild
Normal file
33
app-antivirus/tyton/tyton-1.2_p20181206.ebuild
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit linux-mod linux-info
|
||||
|
||||
HASH_COMMIT="c527bff7dfd958e2572d60b791615ea9e27ffe85"
|
||||
|
||||
DESCRIPTION="Kernel-Mode Rootkit Hunter"
|
||||
HOMEPAGE="https://github.com/nbulischeck/tyton/"
|
||||
SRC_URI="https://github.com/nbulischeck/tyton/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
#FIXME: add notify daemon:
|
||||
#x11-libs/gtk+:3
|
||||
#x11-libs/libnotify
|
||||
#sys-apps/systemd
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
MODULE_NAMES="tyton(misc:${S}:${S})"
|
||||
CONFIG_CHECK="NETFILTER_FAMILY_ARP"
|
||||
BUILD_PARAMS="-j1"
|
||||
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
~app-antivirus/malheur-0.5.3 ~arm
|
||||
=app-antivirus/veil-evasion-2.28*
|
||||
=app-antivirus/veil-3*
|
||||
app-antivirus/tyton
|
||||
|
||||
~dev-dotnet/wxnet-0.7.2
|
||||
~net-firewall/sanewall-1.1.6
|
||||
|
|
@ -37,3 +38,4 @@ www-apps/Tiredful-API
|
|||
=app-dicts/seclists-2018*
|
||||
|
||||
www-apps/BloodHound
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue