summaryrefslogtreecommitdiff
path: root/homebrew/tcptunnel
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tcptunnel')
-rw-r--r--homebrew/tcptunnel/.beer19
-rw-r--r--homebrew/tcptunnel/.make.sh-auto5
-rw-r--r--homebrew/tcptunnel/_metadata/description1
-rw-r--r--homebrew/tcptunnel/_metadata/homepage1
-rw-r--r--homebrew/tcptunnel/_metadata/name1
-rw-r--r--homebrew/tcptunnel/_metadata/version1
-rwxr-xr-xhomebrew/tcptunnel/download.sh1
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/tcptunnel/.beer b/homebrew/tcptunnel/.beer
new file mode 100644
index 000000000..6f27c79a5
--- /dev/null
+++ b/homebrew/tcptunnel/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Tcptunnel",
+ "description": "TCP port forwarder",
+ "url": "https://github.com/vakuum/tcptunnel/archive/v0.8.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.vakuumverpackt.de/tcptunnel/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.mkpath",
+ "system \"./configure\", \"--prefix=#{bin}\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.8",
+ "file": "tcptunnel.rb"
+} \ No newline at end of file
diff --git a/homebrew/tcptunnel/.make.sh-auto b/homebrew/tcptunnel/.make.sh-auto
new file mode 100644
index 000000000..4a7b01e6b
--- /dev/null
+++ b/homebrew/tcptunnel/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+bin.mkpath
+pkg:configure
+make
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/tcptunnel/_metadata/description b/homebrew/tcptunnel/_metadata/description
new file mode 100644
index 000000000..05d38a335
--- /dev/null
+++ b/homebrew/tcptunnel/_metadata/description
@@ -0,0 +1 @@
+TCP port forwarder
diff --git a/homebrew/tcptunnel/_metadata/homepage b/homebrew/tcptunnel/_metadata/homepage
new file mode 100644
index 000000000..5236c0aa0
--- /dev/null
+++ b/homebrew/tcptunnel/_metadata/homepage
@@ -0,0 +1 @@
+http://www.vakuumverpackt.de/tcptunnel/
diff --git a/homebrew/tcptunnel/_metadata/name b/homebrew/tcptunnel/_metadata/name
new file mode 100644
index 000000000..b4d2e7655
--- /dev/null
+++ b/homebrew/tcptunnel/_metadata/name
@@ -0,0 +1 @@
+Tcptunnel
diff --git a/homebrew/tcptunnel/_metadata/version b/homebrew/tcptunnel/_metadata/version
new file mode 100644
index 000000000..aec258df7
--- /dev/null
+++ b/homebrew/tcptunnel/_metadata/version
@@ -0,0 +1 @@
+0.8
diff --git a/homebrew/tcptunnel/download.sh b/homebrew/tcptunnel/download.sh
new file mode 100755
index 000000000..17ef7ce75
--- /dev/null
+++ b/homebrew/tcptunnel/download.sh
@@ -0,0 +1 @@
+wget https://github.com/vakuum/tcptunnel/archive/v0.8.tar.gz \ No newline at end of file