diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lorem.rb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Library/Formula/lorem.rb b/Library/Formula/lorem.rb new file mode 100644 index 000000000..292f8a6b8 --- /dev/null +++ b/Library/Formula/lorem.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Lorem < Formula + url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem' + version '0.6.1' + homepage 'http://code.google.com/p/lorem/' + md5 '1246debbcb718aa56935e52136df17e8' + + aka 'ipsum' + + def download_strategy; CurlDownloadStrategy; end + + def install + inreplace "lorem", "!/usr/bin/python", "!/usr/bin/env python" + bin.install "lorem" + end +end |
