aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCrazor2011-06-04 20:51:40 +0200
committerAdam Vandenberg2011-06-22 14:36:42 -0700
commit50854b06a7c0d5726b862724dcae2d51174a17b2 (patch)
tree8aa06b043f5923bbfd85dba6f7c40ac40797529e /Library/Formula
parente4d0fc5a20eca19199b181752d2092d1bf0be849 (diff)
downloadhomebrew-50854b06a7c0d5726b862724dcae2d51174a17b2.tar.bz2
ldid 1.0.610
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ldid.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/ldid.rb b/Library/Formula/ldid.rb
new file mode 100644
index 000000000..6f5cbaed7
--- /dev/null
+++ b/Library/Formula/ldid.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Ldid < Formula
+ url 'http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.610.tgz'
+ homepage 'http://www.saurik.com/id/8'
+ md5 '634c2f8b8a084046883e3793f6580e07'
+
+ def install
+ system "g++ -I . -o util/ldid{,.cpp} -x c util/{lookup2,sha1}.c"
+ bin.install ["util/ldid"]
+ end
+end