aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Kühl2010-07-02 19:56:24 +0200
committerAdam Vandenberg2010-07-02 19:50:27 -0700
commitc1f4f431943a2be42864a3deb123db6ef2186873 (patch)
tree9c5292160a9f172cc02db3331b0b3bcd534a2eda /Library
parentb178a732798fe355f5bac760b897c0e672f9d45f (diff)
downloadhomebrew-c1f4f431943a2be42864a3deb123db6ef2186873.tar.bz2
New formula: smartypants.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/smartypants.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/smartypants.rb b/Library/Formula/smartypants.rb
new file mode 100644
index 000000000..2665bfee9
--- /dev/null
+++ b/Library/Formula/smartypants.rb
@@ -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