homebrew-core/Formula/blahtexml.rb

15 lines
341 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Blahtexml < Formula
homepage 'http://gva.noekeon.org/blahtexml/'
2012-02-13 05:40:53 +00:00
url 'http://gva.noekeon.org/blahtexml/blahtexml-0.9-src.tar.gz'
md5 'ed790599223c2f8f6d205be8988882de'
depends_on 'xerces-c'
def install
2012-02-13 05:40:53 +00:00
system "/usr/bin/make blahtex-mac blahtexml-mac"
bin.install 'blahtex', 'blahtexml'
end
end