From ffbf8229ebef2548c6c1ff3fcfb5cb1ccfc2108f Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Wed, 14 Oct 2009 14:33:44 -0700 Subject: Add formula for xmlstarlet, CLI XML tools Works on 10.5. Will most likely work on 10.6 as well. --- Library/Formula/xmlstarlet.rb | 56 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Library/Formula/xmlstarlet.rb (limited to 'Library/Formula') diff --git a/Library/Formula/xmlstarlet.rb b/Library/Formula/xmlstarlet.rb new file mode 100644 index 000000000..14c54e129 --- /dev/null +++ b/Library/Formula/xmlstarlet.rb @@ -0,0 +1,56 @@ +require 'formula' + +class Xmlstarlet