2010-02-01 21:26:52 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Lorem < Formula
|
2010-04-07 05:58:35 +00:00
|
|
|
url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem',
|
|
|
|
:using => :curl
|
2010-02-01 21:26:52 +00:00
|
|
|
version '0.6.1'
|
|
|
|
homepage 'http://code.google.com/p/lorem/'
|
|
|
|
md5 '1246debbcb718aa56935e52136df17e8'
|
|
|
|
|
|
|
|
def install
|
|
|
|
inreplace "lorem", "!/usr/bin/python", "!/usr/bin/env python"
|
|
|
|
bin.install "lorem"
|
|
|
|
end
|
|
|
|
end
|