diff --git a/app-forensics/yaramod/Manifest b/app-forensics/yaramod/Manifest index 6ebb52a80..0128fb25e 100644 --- a/app-forensics/yaramod/Manifest +++ b/app-forensics/yaramod/Manifest @@ -1 +1,2 @@ DIST yaramod-3.6.0.tar.gz 680194 BLAKE2B c928382d129d8723d80cfd0d224e05dd053612b9ad4cd30c152059d393ebb7aa563eea80753dfb7fad7770f34bc7b6c15ca0399aaac6ab94b8f7ca564e0dd991 SHA512 84708190d1cbf44b30899cfa437c607b1f0f398c2f21777aa90426f25561fae742ce024fe63dfc6479a27d2784a16b05916b831393cb97ff34e7e494d3cfbd5a +DIST yaramod-3.7.2.tar.gz 697328 BLAKE2B 987716f5590f13a2c00489a3be198f87ab6ab0e4ae250d245b184e2b13ff0774f0e498715496c5cc5de429c50b6997ca24c40a4c44a0d95f117779c9662291f0 SHA512 681b29752c22c88bd90d3ccae2d862a6be958d503178fb2ff890eeab6fb5707003f947793eedaade70d0dce9b89fa99fb95153e6a2f60a13fc343bbebff78b21 diff --git a/app-forensics/yaramod/yaramod-3.7.2.ebuild b/app-forensics/yaramod/yaramod-3.7.2.ebuild new file mode 100644 index 000000000..5c02b3292 --- /dev/null +++ b/app-forensics/yaramod/yaramod-3.7.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +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"