summaryrefslogtreecommitdiff
path: root/homebrew/pipebench
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pipebench')
-rw-r--r--homebrew/pipebench/.beer18
-rw-r--r--homebrew/pipebench/.make.sh-auto4
-rw-r--r--homebrew/pipebench/_metadata/description1
-rw-r--r--homebrew/pipebench/_metadata/homepage1
-rw-r--r--homebrew/pipebench/_metadata/name1
-rw-r--r--homebrew/pipebench/_metadata/version1
-rwxr-xr-xhomebrew/pipebench/download.sh1
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/pipebench/.beer b/homebrew/pipebench/.beer
new file mode 100644
index 000000000..038310255
--- /dev/null
+++ b/homebrew/pipebench/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Pipebench",
+ "description": "Measure the speed of STDIN/STDOUT communication",
+ "url": "https://deb.debian.org/debian/pool/main/p/pipebench/pipebench_0.40.orig.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.habets.pp.se/synscan/programs.php?prog=pipebench",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\"",
+ "bin.install \"pipebench\"",
+ "man1.install \"pipebench.1\""
+ ],
+ "version": "0.40",
+ "file": "pipebench.rb"
+} \ No newline at end of file
diff --git a/homebrew/pipebench/.make.sh-auto b/homebrew/pipebench/.make.sh-auto
new file mode 100644
index 000000000..453f81a7a
--- /dev/null
+++ b/homebrew/pipebench/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+make
+bin.install "pipebench"
+man1.install "pipebench.1"
diff --git a/homebrew/pipebench/_metadata/description b/homebrew/pipebench/_metadata/description
new file mode 100644
index 000000000..ff9e56e5d
--- /dev/null
+++ b/homebrew/pipebench/_metadata/description
@@ -0,0 +1 @@
+Measure the speed of STDIN/STDOUT communication
diff --git a/homebrew/pipebench/_metadata/homepage b/homebrew/pipebench/_metadata/homepage
new file mode 100644
index 000000000..a6cd7041a
--- /dev/null
+++ b/homebrew/pipebench/_metadata/homepage
@@ -0,0 +1 @@
+http://www.habets.pp.se/synscan/programs.php?prog=pipebench
diff --git a/homebrew/pipebench/_metadata/name b/homebrew/pipebench/_metadata/name
new file mode 100644
index 000000000..687349b46
--- /dev/null
+++ b/homebrew/pipebench/_metadata/name
@@ -0,0 +1 @@
+Pipebench
diff --git a/homebrew/pipebench/_metadata/version b/homebrew/pipebench/_metadata/version
new file mode 100644
index 000000000..744f3d7d2
--- /dev/null
+++ b/homebrew/pipebench/_metadata/version
@@ -0,0 +1 @@
+0.40
diff --git a/homebrew/pipebench/download.sh b/homebrew/pipebench/download.sh
new file mode 100755
index 000000000..f76bfe6dd
--- /dev/null
+++ b/homebrew/pipebench/download.sh
@@ -0,0 +1 @@
+wget https://deb.debian.org/debian/pool/main/p/pipebench/pipebench_0.40.orig.tar.gz \ No newline at end of file