summaryrefslogtreecommitdiff
path: root/homebrew/gitoctopus
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gitoctopus')
-rw-r--r--homebrew/gitoctopus/.beer18
-rw-r--r--homebrew/gitoctopus/.make.sh-auto4
-rw-r--r--homebrew/gitoctopus/_metadata/description1
-rw-r--r--homebrew/gitoctopus/_metadata/homepage1
-rw-r--r--homebrew/gitoctopus/_metadata/name1
-rw-r--r--homebrew/gitoctopus/_metadata/version1
-rwxr-xr-xhomebrew/gitoctopus/download.sh1
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/gitoctopus/.beer b/homebrew/gitoctopus/.beer
new file mode 100644
index 000000000..43ce0266a
--- /dev/null
+++ b/homebrew/gitoctopus/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "GitOctopus",
+ "description": "The continuous merge workflow",
+ "url": "https://github.com/lesfurets/git-octopus/archive/v1.4.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/lesfurets/git-octopus",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"build\"",
+ "bin.install \"bin/git-octopus\", \"bin/git-conflict\", \"bin/git-apply-conflict-resolution\"",
+ "man1.install \"doc/git-octopus.1\", \"doc/git-conflict.1\""
+ ],
+ "version": "1.4",
+ "file": "git-octopus.rb"
+} \ No newline at end of file
diff --git a/homebrew/gitoctopus/.make.sh-auto b/homebrew/gitoctopus/.make.sh-auto
new file mode 100644
index 000000000..6279aa4cc
--- /dev/null
+++ b/homebrew/gitoctopus/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+make build
+bin.install "bin/git-octopus", "bin/git-conflict", "bin/git-apply-conflict-resolution"
+man1.install "doc/git-octopus.1", "doc/git-conflict.1"
diff --git a/homebrew/gitoctopus/_metadata/description b/homebrew/gitoctopus/_metadata/description
new file mode 100644
index 000000000..414e80a29
--- /dev/null
+++ b/homebrew/gitoctopus/_metadata/description
@@ -0,0 +1 @@
+The continuous merge workflow
diff --git a/homebrew/gitoctopus/_metadata/homepage b/homebrew/gitoctopus/_metadata/homepage
new file mode 100644
index 000000000..6a92e6556
--- /dev/null
+++ b/homebrew/gitoctopus/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/lesfurets/git-octopus
diff --git a/homebrew/gitoctopus/_metadata/name b/homebrew/gitoctopus/_metadata/name
new file mode 100644
index 000000000..0c85e0186
--- /dev/null
+++ b/homebrew/gitoctopus/_metadata/name
@@ -0,0 +1 @@
+GitOctopus
diff --git a/homebrew/gitoctopus/_metadata/version b/homebrew/gitoctopus/_metadata/version
new file mode 100644
index 000000000..c068b2447
--- /dev/null
+++ b/homebrew/gitoctopus/_metadata/version
@@ -0,0 +1 @@
+1.4
diff --git a/homebrew/gitoctopus/download.sh b/homebrew/gitoctopus/download.sh
new file mode 100755
index 000000000..6539a3b17
--- /dev/null
+++ b/homebrew/gitoctopus/download.sh
@@ -0,0 +1 @@
+wget https://github.com/lesfurets/git-octopus/archive/v1.4.tar.gz \ No newline at end of file