R2PM_BEGIN

R2PM_GIT "https://github.com/unicorn-engine/unicorn"
R2PM_DESC "[syspkg] unicorn emulation library"

R2PM_INSTALL() {
	make -j 4
	${SUDO} make install PREFIX="${R2PM_PREFIX}"
}

R2PM_UNINSTALL() {
	${SUDO} make uninstall PREFIX="${R2PM_PREFIX}"
}

R2PM_END
