aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMark Nottingham2012-03-02 16:50:11 +1100
committerAdam Vandenberg2012-03-28 19:58:05 -0700
commit8efc026c4b781091934fcabbf7e056f2acdca897 (patch)
tree777759329d67da71f6a90019e750eb373a95b88b /Library
parentec6d996c119f5b33ea64a08becc64ac90507bb8e (diff)
downloadhomebrew-8efc026c4b781091934fcabbf7e056f2acdca897.tar.bz2
saxon-b
Closes #10634. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/saxon-b.rb13
1 files changed, 13 insertions, 0 deletions
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