homebrew-core/Formula/ttf2eot.rb

12 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