From 3eea36ebfeb18b404908e8a3e41a548dae30b209 Mon Sep 17 00:00:00 2001 From: Martin Kühl Date: Fri, 2 Jul 2010 20:08:02 +0200 Subject: New formula: getopt The GNU version of getopt, required for tools like xmlto. Signed-off-by: Adam Vandenberg * Renamed formula to "gnu-getopt" since it shadows the BSD getopt * Made keg-only for same reason as above --- Library/Formula/gnu-getopt.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Library/Formula/gnu-getopt.rb (limited to 'Library/Formula') diff --git a/Library/Formula/gnu-getopt.rb b/Library/Formula/gnu-getopt.rb new file mode 100644 index 000000000..639692ca9 --- /dev/null +++ b/Library/Formula/gnu-getopt.rb @@ -0,0 +1,22 @@ +require 'formula' + +class GnuGetopt