aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/smartypants.rb
blob: 2665bfee99cf9b02d866fa7d9c5bea8df7170abe (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Smartypants <Formula
  url 'http://daringfireball.net/projects/downloads/SmartyPants_1.5.1.zip'
  md5 '30114747ef913ddd4b6931b6583a42e3'
  homepage 'http://daringfireball.net/projects/smartypants/'

  def install
    bin.install 'SmartyPants.pl' => 'smartypants'
  end
end