aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ttf2eot.rb
blob: b79e9ed6d754d3a7a054b3997572bcdccb729117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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