summaryrefslogtreecommitdiff
path: root/homebrew/unison
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/unison
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/unison')
-rw-r--r--homebrew/unison/.beer26
-rw-r--r--homebrew/unison/.make.sh-auto7
-rw-r--r--homebrew/unison/_metadata/description1
-rw-r--r--homebrew/unison/_metadata/homepage1
-rw-r--r--homebrew/unison/_metadata/name1
-rw-r--r--homebrew/unison/_metadata/version1
-rwxr-xr-xhomebrew/unison/download.sh1
7 files changed, 38 insertions, 0 deletions
diff --git a/homebrew/unison/.beer b/homebrew/unison/.beer
new file mode 100644
index 000000000..163a38fd5
--- /dev/null
+++ b/homebrew/unison/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Unison",
+ "description": "File synchronization tool for OSX",
+ "url": "https://github.com/bcpierce00/unison/archive/v2.51.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.cis.upenn.edu/~bcpierce/unison/",
+ "depends": [
+ {
+ "depend": "ocaml",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize",
+ "ENV.delete \"CFLAGS\" ",
+ "ENV.delete \"NAME\" ",
+ "system \"make\", \"UISTYLE=text\"",
+ "bin.install \"src/unison\"",
+ "prefix.install_metafiles \"src\""
+ ],
+ "version": "2.51.2",
+ "file": "unison.rb"
+} \ No newline at end of file
diff --git a/homebrew/unison/.make.sh-auto b/homebrew/unison/.make.sh-auto
new file mode 100644
index 000000000..bf9fa9019
--- /dev/null
+++ b/homebrew/unison/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV.deparallelize
+ENV.delete "CFLAGS"
+ENV.delete "NAME"
+make UISTYLE=text
+bin.install "src/unison"
+prefix.install_metafiles "src"
diff --git a/homebrew/unison/_metadata/description b/homebrew/unison/_metadata/description
new file mode 100644
index 000000000..d6aede68d
--- /dev/null
+++ b/homebrew/unison/_metadata/description
@@ -0,0 +1 @@
+File synchronization tool for OSX
diff --git a/homebrew/unison/_metadata/homepage b/homebrew/unison/_metadata/homepage
new file mode 100644
index 000000000..9b5679342
--- /dev/null
+++ b/homebrew/unison/_metadata/homepage
@@ -0,0 +1 @@
+https://www.cis.upenn.edu/~bcpierce/unison/
diff --git a/homebrew/unison/_metadata/name b/homebrew/unison/_metadata/name
new file mode 100644
index 000000000..9a7050ebe
--- /dev/null
+++ b/homebrew/unison/_metadata/name
@@ -0,0 +1 @@
+Unison
diff --git a/homebrew/unison/_metadata/version b/homebrew/unison/_metadata/version
new file mode 100644
index 000000000..587b583f9
--- /dev/null
+++ b/homebrew/unison/_metadata/version
@@ -0,0 +1 @@
+2.51.2
diff --git a/homebrew/unison/download.sh b/homebrew/unison/download.sh
new file mode 100755
index 000000000..253c05ea0
--- /dev/null
+++ b/homebrew/unison/download.sh
@@ -0,0 +1 @@
+wget https://github.com/bcpierce00/unison/archive/v2.51.2.tar.gz \ No newline at end of file