diff --git a/app-antivirus/tyton/Manifest b/app-antivirus/tyton/Manifest index 609d5fee8..611b7c74a 100644 --- a/app-antivirus/tyton/Manifest +++ b/app-antivirus/tyton/Manifest @@ -1 +1,2 @@ DIST tyton-1.2_p20181206.tar.gz 153824 BLAKE2B 0f4531b068088e55a7be5f51b20ba73d397892db313470c0a9cfad75eaa60de06125667ef45ab54f6580a4c95a546701f34678b75d5abdb298fc1d84d86ed613 SHA512 748b8eb7f543e617553a92e0403ab771e8e515680ae804db9aacfa10eafb94a13c9e18fd75627062c800fdfa546dfda8b87dbf035a7f9760bd59394268982025 +DIST tyton-1.2_p20190126.tar.gz 154802 BLAKE2B e4e6bb5a6ad5c52df986a7951ab809c147f3c5fdf457052201dd1e87591955cbdf907012cd12da77f25a8f64598601548c1b93de8e3b3420621a4c0a798c6a3a SHA512 a858194c70f33c25f87aaa948be12c7d68d83324c3203bc886c3c798cef8c3c0ddde44f0d11e453e9dc7d53006b03513c4f9262ce1635744f977efc76acd4a28 diff --git a/app-antivirus/tyton/tyton-1.2_p20190126.ebuild b/app-antivirus/tyton/tyton-1.2_p20190126.ebuild new file mode 100644 index 000000000..3c5edf437 --- /dev/null +++ b/app-antivirus/tyton/tyton-1.2_p20190126.ebuild @@ -0,0 +1,27 @@ +# 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="28c06122a25f40a57fffc3d9f8e5236494efb352" + +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="" + +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 +}