mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-28 01:56:12 +00:00
* Add Portfile for macports (Thanks @searchio)
This commit is contained in:
parent
e5aaa84786
commit
703129e49f
11
macports/Makefile
Normal file
11
macports/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
VERSION=0.8.6
|
||||
SRCFILE=/opt/local/etc/macports/sources.conf
|
||||
|
||||
all:
|
||||
sudo port pkg radare2
|
||||
zip -r radare2-${VERSION}.pkg.zip security/radare2/radare2-${VERSION}.pkg
|
||||
|
||||
setup:
|
||||
[ -z "`grep -v '${PWD}' ${SRCFILE}`" ] && \
|
||||
echo "file://${PWD}" >> ${SRCFILE}
|
||||
portindex
|
20
macports/security/radare2/Portfile
Normal file
20
macports/security/radare2/Portfile
Normal file
@ -0,0 +1,20 @@
|
||||
# $Id$
|
||||
|
||||
PortSystem 1.0
|
||||
|
||||
name radare2
|
||||
version 0.8.6
|
||||
categories security
|
||||
platforms darwin
|
||||
license LGPL
|
||||
maintainers pancake@nopcode.org
|
||||
description Opensource tools to disasm, debug, analyze and manipulate binary files
|
||||
long_description Opensource tools to disasm, debug, analyze and manipulate binary files
|
||||
homepage http://radare.org/y/
|
||||
master_sites http://radare.org/get/
|
||||
|
||||
checksums md5 b467f2709e3d72148c154586cc3ae40d \
|
||||
sha1 65dbe2b74b712a6d4158eea479ccb5cc07ab04aa \
|
||||
rmd160 ed708d523a96f9eb60645aab976ef7a394ed529b
|
||||
|
||||
configure.args --mandir=${prefix}/share/man
|
Loading…
x
Reference in New Issue
Block a user