Add r2pipe-go

This commit is contained in:
xn0px90 2016-04-08 18:12:35 -04:00 committed by Roi Martin
parent 99fc0b9fef
commit 3b9534803d

13
binr/r2pm/d/r2pipe-go Normal file
View File

@ -0,0 +1,13 @@
R2PM_BEGIN
R2PM_DESC "[syspkg-r2pipe] r2pipe API for Go"
R2PM_INSTALL() {
go get github.com/radare/r2pipe-go || exit 1
echo "r2pipe-go installed"
}
R2PM_UNINSTALL() {
go clean -i github.com/radare/r2pipe-go
rm -rf $GOPATH/src/github.com/radare/r2pipe-go
}