diff options
| author | Crazor | 2011-06-04 20:51:40 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-22 14:36:42 -0700 |
| commit | 50854b06a7c0d5726b862724dcae2d51174a17b2 (patch) | |
| tree | 8aa06b043f5923bbfd85dba6f7c40ac40797529e /Library/Formula | |
| parent | e4d0fc5a20eca19199b181752d2092d1bf0be849 (diff) | |
| download | homebrew-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.rb | 12 |
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 |
