summaryrefslogtreecommitdiff
path: root/homebrew/gnugetopt/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gnugetopt/.beer')
-rw-r--r--homebrew/gnugetopt/.beer22
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/gnugetopt/.beer b/homebrew/gnugetopt/.beer
new file mode 100644
index 000000000..a584c59cc
--- /dev/null
+++ b/homebrew/gnugetopt/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "GnuGetopt",
+ "description": "Command-line option parsing utility",
+ "url": "https://www.kernel.org/pub/linux/utils/util-linux/v2.33/util-linux-2.33.2.tar.xz",
+ "mirror": null,
+ "homepage": "https://github.com/karelzak/util-linux",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"getopt\"",
+ "bin.install \"getopt\"",
+ "man1.install \"misc-utils/getopt.1\"",
+ "bash_completion.install \"bash-completion/getopt\""
+ ],
+ "version": "2.33.2",
+ "file": "gnu-getopt.rb"
+} \ No newline at end of file