summaryrefslogtreecommitdiff
path: root/homebrew/argpstandalone
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/argpstandalone')
-rw-r--r--homebrew/argpstandalone/.beer24
-rw-r--r--homebrew/argpstandalone/.make.sh-auto5
-rw-r--r--homebrew/argpstandalone/_metadata/description1
-rw-r--r--homebrew/argpstandalone/_metadata/homepage1
-rw-r--r--homebrew/argpstandalone/_metadata/name1
-rw-r--r--homebrew/argpstandalone/_metadata/version1
-rwxr-xr-xhomebrew/argpstandalone/download.sh1
-rwxr-xr-xhomebrew/argpstandalone/patches.sh1
8 files changed, 35 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
diff --git a/homebrew/argpstandalone/.make.sh-auto b/homebrew/argpstandalone/.make.sh-auto
new file mode 100644
index 000000000..beb5f90ed
--- /dev/null
+++ b/homebrew/argpstandalone/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+pkg:configure
+make DESTDIR=${PKG_DEST} install
+lib.install "libargp.a"
+include.install "argp.h"
diff --git a/homebrew/argpstandalone/_metadata/description b/homebrew/argpstandalone/_metadata/description
new file mode 100644
index 000000000..0ba3104b4
--- /dev/null
+++ b/homebrew/argpstandalone/_metadata/description
@@ -0,0 +1 @@
+Standalone version of arguments parsing functions from GLIBC
diff --git a/homebrew/argpstandalone/_metadata/homepage b/homebrew/argpstandalone/_metadata/homepage
new file mode 100644
index 000000000..f76b47414
--- /dev/null
+++ b/homebrew/argpstandalone/_metadata/homepage
@@ -0,0 +1 @@
+https://www.lysator.liu.se/~nisse/misc/
diff --git a/homebrew/argpstandalone/_metadata/name b/homebrew/argpstandalone/_metadata/name
new file mode 100644
index 000000000..6e9d95e69
--- /dev/null
+++ b/homebrew/argpstandalone/_metadata/name
@@ -0,0 +1 @@
+ArgpStandalone
diff --git a/homebrew/argpstandalone/_metadata/version b/homebrew/argpstandalone/_metadata/version
new file mode 100644
index 000000000..7e32cd569
--- /dev/null
+++ b/homebrew/argpstandalone/_metadata/version
@@ -0,0 +1 @@
+1.3
diff --git a/homebrew/argpstandalone/download.sh b/homebrew/argpstandalone/download.sh
new file mode 100755
index 000000000..58d5aed96
--- /dev/null
+++ b/homebrew/argpstandalone/download.sh
@@ -0,0 +1 @@
+wget https://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz \ No newline at end of file
diff --git a/homebrew/argpstandalone/patches.sh b/homebrew/argpstandalone/patches.sh
new file mode 100755
index 000000000..b05d74952
--- /dev/null
+++ b/homebrew/argpstandalone/patches.sh
@@ -0,0 +1 @@
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/b5f0ad3/argp-standalone/patch-argp-fmtstream.h