summaryrefslogtreecommitdiff
path: root/homebrew/moco
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/moco')
-rw-r--r--homebrew/moco/.beer17
-rw-r--r--homebrew/moco/.make.sh-auto3
-rw-r--r--homebrew/moco/_metadata/description1
-rw-r--r--homebrew/moco/_metadata/homepage1
-rw-r--r--homebrew/moco/_metadata/name1
-rw-r--r--homebrew/moco/_metadata/version1
-rwxr-xr-xhomebrew/moco/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/moco/.beer b/homebrew/moco/.beer
new file mode 100644
index 000000000..35b7d9814
--- /dev/null
+++ b/homebrew/moco/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Moco",
+ "description": "Stub server with Maven, Gradle, Scala, and shell integration",
+ "url": "https://search.maven.org/remotecontent?filepath=com/github/dreamhead/moco-runner/0.12.0/moco-runner-0.12.0-standalone.jar",
+ "mirror": null,
+ "homepage": "https://github.com/dreamhead/moco",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "libexec.install \"moco-runner-#{version}-standalone.jar\"",
+ "bin.write_jar_script libexec/\"moco-runner-#{version}-standalone.jar\", \"moco\""
+ ],
+ "version": "0.12.0",
+ "file": "moco.rb"
+} \ No newline at end of file
diff --git a/homebrew/moco/.make.sh-auto b/homebrew/moco/.make.sh-auto
new file mode 100644
index 000000000..42111c06e
--- /dev/null
+++ b/homebrew/moco/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+libexec.install "moco-runner-#{version}-standalone.jar"
+bin.write_jar_script libexec/"moco-runner-#{version}-standalone.jar", "moco"
diff --git a/homebrew/moco/_metadata/description b/homebrew/moco/_metadata/description
new file mode 100644
index 000000000..61e49f0b6
--- /dev/null
+++ b/homebrew/moco/_metadata/description
@@ -0,0 +1 @@
+Stub server with Maven, Gradle, Scala, and shell integration
diff --git a/homebrew/moco/_metadata/homepage b/homebrew/moco/_metadata/homepage
new file mode 100644
index 000000000..2a6b6fff9
--- /dev/null
+++ b/homebrew/moco/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/dreamhead/moco
diff --git a/homebrew/moco/_metadata/name b/homebrew/moco/_metadata/name
new file mode 100644
index 000000000..cfa5d6b47
--- /dev/null
+++ b/homebrew/moco/_metadata/name
@@ -0,0 +1 @@
+Moco
diff --git a/homebrew/moco/_metadata/version b/homebrew/moco/_metadata/version
new file mode 100644
index 000000000..ac454c6a1
--- /dev/null
+++ b/homebrew/moco/_metadata/version
@@ -0,0 +1 @@
+0.12.0
diff --git a/homebrew/moco/download.sh b/homebrew/moco/download.sh
new file mode 100755
index 000000000..7a66d7073
--- /dev/null
+++ b/homebrew/moco/download.sh
@@ -0,0 +1 @@
+wget https://search.maven.org/remotecontent?filepath=com/github/dreamhead/moco-runner/0.12.0/moco-runner-0.12.0-standalone.jar \ No newline at end of file