mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-25 00:31:08 +00:00
16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
R2PM_BEGIN
|
|
|
|
R2PM_GIT "https://github.com/radare/radare2-extras"
|
|
R2PM_DESC "[syspkg] yara3 library"
|
|
|
|
R2PM_INSTALL() {
|
|
yara/install-yara2.sh
|
|
}
|
|
|
|
R2PM_UNINSTALL() {
|
|
echo "Sorry. This package cannot be uninstalled"
|
|
exit 0
|
|
}
|
|
|
|
R2PM_END
|