From 8efc026c4b781091934fcabbf7e056f2acdca897 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Fri, 2 Mar 2012 16:50:11 +1100 Subject: saxon-b Closes #10634. Signed-off-by: Adam Vandenberg --- Library/Formula/saxon-b.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/saxon-b.rb (limited to 'Library/Formula') diff --git a/Library/Formula/saxon-b.rb b/Library/Formula/saxon-b.rb new file mode 100644 index 000000000..01d044892 --- /dev/null +++ b/Library/Formula/saxon-b.rb @@ -0,0 +1,13 @@ +require 'formula' + +class SaxonB < Formula + homepage 'http://saxon.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip' + version '9.1.0.8' + md5 'b1d08c1e2483e31021ed6e59c281c369' + + def install + system "mkdir saxon-b; mv *.jar doc notices saxon-b/" + share.install Dir['*'] + end +end -- cgit v1.2.3