mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-25 00:31:08 +00:00
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
R2PM_BEGIN
|
|
|
|
R2PM_GIT "https://github.com/radare/radare2"
|
|
R2PM_DESC "[syspkg] Vala compiler from git"
|
|
|
|
R2PM_INSTALL() {
|
|
sys/vala.sh
|
|
}
|
|
|
|
R2PM_UNINSTALL() {
|
|
echo "Sorry. This package cannot be uninstalled"
|
|
exit 0
|
|
}
|
|
|
|
R2PM_END
|