mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
Add r2pipe-go
This commit is contained in:
parent
99fc0b9fef
commit
3b9534803d
13
binr/r2pm/d/r2pipe-go
Normal file
13
binr/r2pm/d/r2pipe-go
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user