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'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '339a493f89cfee1e9f051bb1b39f9dcae4c595ca'
|
2010-07-02 17:56:24 +00:00
|
|
|
homepage 'http://daringfireball.net/projects/smartypants/'
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'SmartyPants.pl' => 'smartypants'
|
|
|
|
end
|
|
|
|
end
|