homebrew-core/Formula/ttf2eot.rb
Adam Palmblad 9ff4dd7d5c Add ttf2eot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-26 09:46:28 -08:00

12 lines
266 B
Ruby

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