mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
app-forensics/yaramod: cmake-utils -> cmake
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
7fc5d6c084
commit
5ddad67f45
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Parsing of YARA rules into AST and building new rulesets in C++."
|
||||
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue