homebrew-core/Formula/smartypants.rb
Martin Kühl 10ac953eb8 New formula: smartypants.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 19:50:27 -07:00

11 lines
298 B
Ruby

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