mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-13 02:11:12 +02:00
tyton: 20190126 bump
This commit is contained in:
parent
63e8b6d225
commit
dece485cff
2 changed files with 28 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
27
app-antivirus/tyton/tyton-1.2_p20190126.ebuild
Normal file
27
app-antivirus/tyton/tyton-1.2_p20190126.ebuild
Normal file
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in a new issue