summaryrefslogtreecommitdiff
path: root/homebrew/tcping
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tcping')
-rw-r--r--homebrew/tcping/.beer17
-rw-r--r--homebrew/tcping/.make.sh-auto3
-rw-r--r--homebrew/tcping/_metadata/description1
-rw-r--r--homebrew/tcping/_metadata/homepage1
-rw-r--r--homebrew/tcping/_metadata/name1
-rw-r--r--homebrew/tcping/_metadata/version1
-rwxr-xr-xhomebrew/tcping/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/tcping/.beer b/homebrew/tcping/.beer
new file mode 100644
index 000000000..91f0e09e7
--- /dev/null
+++ b/homebrew/tcping/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Tcping",
+ "description": "TCP connect to the given IP/port combo",
+ "url": "https://mirrors.kernel.org/gentoo/distfiles/tcping-1.3.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://web.archive.org/web/20171102193822/linuxco.de/tcping/tcping.html",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\"",
+ "bin.install \"tcping\""
+ ],
+ "version": "1.3.5",
+ "file": "tcping.rb"
+} \ No newline at end of file
diff --git a/homebrew/tcping/.make.sh-auto b/homebrew/tcping/.make.sh-auto
new file mode 100644
index 000000000..e8c44ad50
--- /dev/null
+++ b/homebrew/tcping/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+make
+bin.install "tcping"
diff --git a/homebrew/tcping/_metadata/description b/homebrew/tcping/_metadata/description
new file mode 100644
index 000000000..5cec1951b
--- /dev/null
+++ b/homebrew/tcping/_metadata/description
@@ -0,0 +1 @@
+TCP connect to the given IP/port combo
diff --git a/homebrew/tcping/_metadata/homepage b/homebrew/tcping/_metadata/homepage
new file mode 100644
index 000000000..e9a9b4344
--- /dev/null
+++ b/homebrew/tcping/_metadata/homepage
@@ -0,0 +1 @@
+https://web.archive.org/web/20171102193822/linuxco.de/tcping/tcping.html
diff --git a/homebrew/tcping/_metadata/name b/homebrew/tcping/_metadata/name
new file mode 100644
index 000000000..dd6740901
--- /dev/null
+++ b/homebrew/tcping/_metadata/name
@@ -0,0 +1 @@
+Tcping
diff --git a/homebrew/tcping/_metadata/version b/homebrew/tcping/_metadata/version
new file mode 100644
index 000000000..80e78df68
--- /dev/null
+++ b/homebrew/tcping/_metadata/version
@@ -0,0 +1 @@
+1.3.5
diff --git a/homebrew/tcping/download.sh b/homebrew/tcping/download.sh
new file mode 100755
index 000000000..427a7640b
--- /dev/null
+++ b/homebrew/tcping/download.sh
@@ -0,0 +1 @@
+wget https://mirrors.kernel.org/gentoo/distfiles/tcping-1.3.5.tar.gz \ No newline at end of file