summaryrefslogtreecommitdiff
path: root/homebrew/argpstandalone/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/argpstandalone/.beer')
-rw-r--r--homebrew/argpstandalone/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/argpstandalone/.beer b/homebrew/argpstandalone/.beer
new file mode 100644
index 000000000..df4b597da
--- /dev/null
+++ b/homebrew/argpstandalone/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "ArgpStandalone",
+ "description": "Standalone version of arguments parsing functions from GLIBC",
+ "url": "https://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.lysator.liu.se/~nisse/misc/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/b5f0ad3/argp-standalone/patch-argp-fmtstream.h",
+ "strip": "0"
+ }
+ ],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\"",
+ "lib.install \"libargp.a\"",
+ "include.install \"argp.h\""
+ ],
+ "version": "1.3",
+ "file": "argp-standalone.rb"
+} \ No newline at end of file