R2PM_BEGIN

R2PM_GIT "https://github.com/radare/radare2"
R2PM_DESC "[syspkg-python] Native Python API bindings"

R2PM_INSTALL() {
	sys/python.sh
}

R2PM_UNINSTALL() {
	echo "Sorry. This package cannot be uninstalled"
	exit 0
}

R2PM_END
