aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/blahtexml.rb
blob: 8623977a080ea04d7bdbb1114a8c2d4fe90dcc7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'formula'

class Blahtexml < Formula
  homepage 'http://gva.noekeon.org/blahtexml/'
  url 'http://gva.noekeon.org/blahtexml/blahtexml-0.9-src.tar.gz'
  md5 'ed790599223c2f8f6d205be8988882de'

  depends_on 'xerces-c'

  def install
    system "make blahtex-mac blahtexml-mac"
    bin.install 'blahtex', 'blahtexml'
  end
end