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