88779ade49
Closes Homebrew/homebrew#14653.
12 lines
276 B
Ruby
12 lines
276 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/'
|
|
sha1 'c9a64216e7a090cb50f7a5074865218623dea75d'
|
|
|
|
def install
|
|
system "make"
|
|
bin.install 'ttf2eot'
|
|
end
|
|
end
|