aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lorem.rb
blob: 77fe919c150db16791f175159842fffd5ad4b0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'formula'

class Lorem < Formula
  url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem',
        :using => :curl
  version '0.6.1'
  homepage 'http://code.google.com/p/lorem/'
  sha1 'aa6ef66e5ee1151397f19b358d772af316cf333b'

  def install
    inreplace "lorem", "!/usr/bin/python", "!/usr/bin/env python"
    bin.install "lorem"
  end
end