yaramod: 3.5.0, new ebuild

This commit is contained in:
blshkv 2020-04-17 15:38:18 +08:00
parent 633bff3844
commit e15e9912f3
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST yaramod-3.5.0.tar.gz 679834 BLAKE2B 65142979e313be683908c5e82b08674a0f03fd6dcca83d7168a637b75079e3c2483db06e1febea3fe94fa29f9ffc31f22dff5646b9434d43fda27a89afe14691 SHA512 57152498bcd325cb9edda753ba9b74e538394408c767181c2ae82d6507b817ad01e42b0ffe5cf91571ed3998d79d0762469b3ddd387e79646a76170e1539f878

View 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"

View file

@ -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*