aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Palmblad2010-11-19 15:05:20 -0800
committerAdam Vandenberg2010-11-26 09:46:28 -0800
commitf41ebcd4d36c455cda18da7163882c66e74822ec (patch)
tree3cab6a79ed80aa038fae1e6dbdd1b4939e60bd0a /Library/Formula
parent8101c083ebc4d471935fc93d4b4254f8363a971e (diff)
downloadhomebrew-f41ebcd4d36c455cda18da7163882c66e74822ec.tar.bz2
Add ttf2eot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ttf2eot.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/ttf2eot.rb b/Library/Formula/ttf2eot.rb
new file mode 100644
index 000000000..65199bfc9
--- /dev/null
+++ b/Library/Formula/ttf2eot.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Ttf2eot <Formula
+ url 'http://ttf2eot.googlecode.com/files/ttf2eot-0.0.2-2.tar.gz'
+ homepage 'http://code.google.com/p/ttf2eot/'
+ md5 '97c9ceb0ded362bf2e6dd3a3a9360f8d'
+
+ def install
+ system "make"
+ bin.install 'ttf2eot'
+ end
+end