summaryrefslogtreecommitdiff
path: root/homebrew/httptunnel/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/httptunnel/.beer')
-rw-r--r--homebrew/httptunnel/.beer17
1 files changed, 17 insertions, 0 deletions
diff --git a/homebrew/httptunnel/.beer b/homebrew/httptunnel/.beer
new file mode 100644
index 000000000..809debcc9
--- /dev/null
+++ b/homebrew/httptunnel/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Httptunnel",
+ "description": "Tunnels a data stream in HTTP requests",
+ "url": "https://ftp.gnu.org/gnu/httptunnel/httptunnel-3.3.tar.gz",
+ "mirror": "https://ftpmirror.gnu.org/httptunnel/httptunnel-3.3.tar.gz",
+ "homepage": "https://github.com/larsbrinkhoff/httptunnel",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "3.3",
+ "file": "httptunnel.rb"
+} \ No newline at end of file