homebrew-core/Formula/ttf2eot.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

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