summaryrefslogtreecommitdiff
path: root/homebrew/gitoctopus
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/gitoctopus
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
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