1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
}
|