mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 04:00:54 +02:00
app-forensics/yaramod: drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
850e9a9a02
commit
7fc5d6c084
3 changed files with 8 additions and 22 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST yaramod-3.5.0.tar.gz 679834 BLAKE2B 65142979e313be683908c5e82b08674a0f03fd6dcca83d7168a637b75079e3c2483db06e1febea3fe94fa29f9ffc31f22dff5646b9434d43fda27a89afe14691 SHA512 57152498bcd325cb9edda753ba9b74e538394408c767181c2ae82d6507b817ad01e42b0ffe5cf91571ed3998d79d0762469b3ddd387e79646a76170e1539f878
|
||||
DIST yaramod-3.6.0.tar.gz 680194 BLAKE2B c928382d129d8723d80cfd0d224e05dd053612b9ad4cd30c152059d393ebb7aa563eea80753dfb7fad7770f34bc7b6c15ca0399aaac6ab94b8f7ca564e0dd991 SHA512 84708190d1cbf44b30899cfa437c607b1f0f398c2f21777aa90426f25561fae742ce024fe63dfc6479a27d2784a16b05916b831393cb97ff34e7e494d3cfbd5a
|
||||
|
|
|
|||
8
app-forensics/yaramod/metadata.xml
Normal file
8
app-forensics/yaramod/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# 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"
|
||||
Loading…
Reference in a new issue