95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
11 lines
319 B
Ruby
11 lines
319 B
Ruby
class Ttf2eot < Formula
|
|
desc "Convert TTF files to EOT"
|
|
homepage "https://code.google.com/p/ttf2eot/"
|
|
url "https://ttf2eot.googlecode.com/files/ttf2eot-0.0.2-2.tar.gz"
|
|
sha256 "023cf04d7c717657e92afe566518bf2a696ab22a2a8eba764340000bebff8db8"
|
|
|
|
def install
|
|
system "make"
|
|
bin.install "ttf2eot"
|
|
end
|
|
end
|