2010-11-19 23:05:20 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Ttf2eot < Formula
|
2010-11-19 23:05:20 +00:00
|
|
|
homepage 'http://code.google.com/p/ttf2eot/'
|
2013-01-28 03:24:17 +00:00
|
|
|
url 'http://ttf2eot.googlecode.com/files/ttf2eot-0.0.2-2.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'c9a64216e7a090cb50f7a5074865218623dea75d'
|
2010-11-19 23:05:20 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install 'ttf2eot'
|
|
|
|
end
|
|
|
|
end
|