summaryrefslogtreecommitdiff
path: root/homebrew/fcgiwrap
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fcgiwrap')
-rw-r--r--homebrew/fcgiwrap/.beer35
-rw-r--r--homebrew/fcgiwrap/.make.sh-auto4
-rw-r--r--homebrew/fcgiwrap/_metadata/description1
-rw-r--r--homebrew/fcgiwrap/_metadata/homepage1
-rw-r--r--homebrew/fcgiwrap/_metadata/name1
-rw-r--r--homebrew/fcgiwrap/_metadata/version1
-rwxr-xr-xhomebrew/fcgiwrap/download.sh1
7 files changed, 44 insertions, 0 deletions
diff --git a/homebrew/fcgiwrap/.beer b/homebrew/fcgiwrap/.beer
new file mode 100644
index 000000000..75d8b9afc
--- /dev/null
+++ b/homebrew/fcgiwrap/.beer
@@ -0,0 +1,35 @@
+{
+ "name": "Fcgiwrap",
+ "description": "CGI support for Nginx",
+ "url": "https://github.com/gnosek/fcgiwrap/archive/1.1.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "fcgi",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoreconf\", \"-i\"",
+ "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.1.0",
+ "file": "fcgiwrap.rb"
+} \ No newline at end of file
diff --git a/homebrew/fcgiwrap/.make.sh-auto b/homebrew/fcgiwrap/.make.sh-auto
new file mode 100644
index 000000000..18e0362bf
--- /dev/null
+++ b/homebrew/fcgiwrap/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+autoreconf -i
+pkg:configure
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/fcgiwrap/_metadata/description b/homebrew/fcgiwrap/_metadata/description
new file mode 100644
index 000000000..8062b7820
--- /dev/null
+++ b/homebrew/fcgiwrap/_metadata/description
@@ -0,0 +1 @@
+CGI support for Nginx
diff --git a/homebrew/fcgiwrap/_metadata/homepage b/homebrew/fcgiwrap/_metadata/homepage
new file mode 100644
index 000000000..937cd1e9b
--- /dev/null
+++ b/homebrew/fcgiwrap/_metadata/homepage
@@ -0,0 +1 @@
+https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/
diff --git a/homebrew/fcgiwrap/_metadata/name b/homebrew/fcgiwrap/_metadata/name
new file mode 100644
index 000000000..783b317d0
--- /dev/null
+++ b/homebrew/fcgiwrap/_metadata/name
@@ -0,0 +1 @@
+Fcgiwrap
diff --git a/homebrew/fcgiwrap/_metadata/version b/homebrew/fcgiwrap/_metadata/version
new file mode 100644
index 000000000..9084fa2f7
--- /dev/null
+++ b/homebrew/fcgiwrap/_metadata/version
@@ -0,0 +1 @@
+1.1.0
diff --git a/homebrew/fcgiwrap/download.sh b/homebrew/fcgiwrap/download.sh
new file mode 100755
index 000000000..e1e95af36
--- /dev/null
+++ b/homebrew/fcgiwrap/download.sh
@@ -0,0 +1 @@
+wget https://github.com/gnosek/fcgiwrap/archive/1.1.0.tar.gz \ No newline at end of file