From db0a81deebd601f353c6ec8564a1d7bba719a900 Mon Sep 17 00:00:00 2001 From: Brian Smyth Date: Wed, 9 Sep 2009 12:07:53 -0400 Subject: Popt formula Popt is similar to getopt, but with a number of enhancements. --- Library/Formula/popt.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/popt.rb (limited to 'Library') diff --git a/Library/Formula/popt.rb b/Library/Formula/popt.rb new file mode 100644 index 000000000..bb558d8a6 --- /dev/null +++ b/Library/Formula/popt.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Popt