summaryrefslogtreecommitdiff
path: root/homebrew/httpstat
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/httpstat')
-rw-r--r--homebrew/httpstat/.beer16
-rw-r--r--homebrew/httpstat/.make.sh-auto2
-rw-r--r--homebrew/httpstat/_metadata/description1
-rw-r--r--homebrew/httpstat/_metadata/homepage1
-rw-r--r--homebrew/httpstat/_metadata/name1
-rw-r--r--homebrew/httpstat/_metadata/version1
-rwxr-xr-xhomebrew/httpstat/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/httpstat/.beer b/homebrew/httpstat/.beer
new file mode 100644
index 000000000..181c14eea
--- /dev/null
+++ b/homebrew/httpstat/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "Httpstat",
+ "description": "Curl statistics made simple",
+ "url": "https://github.com/reorx/httpstat/archive/1.2.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/reorx/httpstat",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"httpstat.py\" => \"httpstat\""
+ ],
+ "version": "1.2.1",
+ "file": "httpstat.rb"
+} \ No newline at end of file
diff --git a/homebrew/httpstat/.make.sh-auto b/homebrew/httpstat/.make.sh-auto
new file mode 100644
index 000000000..ecd53de10
--- /dev/null
+++ b/homebrew/httpstat/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bin.install "httpstat.py" => "httpstat"
diff --git a/homebrew/httpstat/_metadata/description b/homebrew/httpstat/_metadata/description
new file mode 100644
index 000000000..5038c1c10
--- /dev/null
+++ b/homebrew/httpstat/_metadata/description
@@ -0,0 +1 @@
+Curl statistics made simple
diff --git a/homebrew/httpstat/_metadata/homepage b/homebrew/httpstat/_metadata/homepage
new file mode 100644
index 000000000..93278a5f8
--- /dev/null
+++ b/homebrew/httpstat/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/reorx/httpstat
diff --git a/homebrew/httpstat/_metadata/name b/homebrew/httpstat/_metadata/name
new file mode 100644
index 000000000..25e7bf982
--- /dev/null
+++ b/homebrew/httpstat/_metadata/name
@@ -0,0 +1 @@
+Httpstat
diff --git a/homebrew/httpstat/_metadata/version b/homebrew/httpstat/_metadata/version
new file mode 100644
index 000000000..6085e9465
--- /dev/null
+++ b/homebrew/httpstat/_metadata/version
@@ -0,0 +1 @@
+1.2.1
diff --git a/homebrew/httpstat/download.sh b/homebrew/httpstat/download.sh
new file mode 100755
index 000000000..c40f62d5c
--- /dev/null
+++ b/homebrew/httpstat/download.sh
@@ -0,0 +1 @@
+wget https://github.com/reorx/httpstat/archive/1.2.1.tar.gz \ No newline at end of file