New formula: smartypants.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
93244bda21
commit
10ac953eb8
1 changed files with 11 additions and 0 deletions
11
Formula/smartypants.rb
Normal file
11
Formula/smartypants.rb
Normal file
|
@ -0,0 +1,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
|
Loading…
Reference in a new issue