mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 18:21:03 +02:00
yaramod: 3.5.0, new ebuild
This commit is contained in:
parent
633bff3844
commit
e15e9912f3
3 changed files with 24 additions and 0 deletions
1
app-forensics/yaramod/Manifest
Normal file
1
app-forensics/yaramod/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST yaramod-3.5.0.tar.gz 679834 BLAKE2B 65142979e313be683908c5e82b08674a0f03fd6dcca83d7168a637b75079e3c2483db06e1febea3fe94fa29f9ffc31f22dff5646b9434d43fda27a89afe14691 SHA512 57152498bcd325cb9edda753ba9b74e538394408c767181c2ae82d6507b817ad01e42b0ffe5cf91571ed3998d79d0762469b3ddd387e79646a76170e1539f878
|
||||
21
app-forensics/yaramod/yaramod-3.5.0.ebuild
Normal file
21
app-forensics/yaramod/yaramod-3.5.0.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Parsing of YARA rules into AST and building new rulesets in C++."
|
||||
HOMEPAGE="https://github.com/avast/yaramod"
|
||||
SRC_URI="https://github.com/avast/yaramod/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
#FIXME: python bindings
|
||||
#IUSE="python"
|
||||
|
||||
DEPEND="dev-libs/openssl:0="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
|
|
@ -29,6 +29,8 @@ app-forensics/pcileech
|
|||
=app-forensics/yara-3*
|
||||
=dev-python/yara-python-3*
|
||||
|
||||
app-forensics/yaramod
|
||||
|
||||
app-forensics/openscap
|
||||
=app-admin/ansible-lint-4*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue