2010-07-02 17:56:24 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Smartypants < Formula
|
2010-07-02 17:56:24 +00:00
|
|
|
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
|