summaryrefslogtreecommitdiff
path: root/homebrew/csvfix
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/csvfix
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/csvfix')
-rw-r--r--homebrew/csvfix/.beer18
-rw-r--r--homebrew/csvfix/.make.sh-auto4
-rw-r--r--homebrew/csvfix/_metadata/description1
-rw-r--r--homebrew/csvfix/_metadata/homepage1
-rw-r--r--homebrew/csvfix/_metadata/name1
-rw-r--r--homebrew/csvfix/_metadata/version1
-rwxr-xr-xhomebrew/csvfix/download.sh1
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/csvfix/.beer b/homebrew/csvfix/.beer
new file mode 100644
index 000000000..2e070af4f
--- /dev/null
+++ b/homebrew/csvfix/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "CsvFix",
+ "description": "Tool for manipulating CSV data",
+ "url": "https://bitbucket.org/neilb/csvfix/get/version-1.6.tar.gz",
+ "mirror": null,
+ "homepage": "https://neilb.bitbucket.io/csvfix/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.libcxx",
+ "system \"make\", \"lin\"",
+ "bin.install \"csvfix/bin/csvfix\""
+ ],
+ "version": "1.6",
+ "file": "csv-fix.rb"
+} \ No newline at end of file
diff --git a/homebrew/csvfix/.make.sh-auto b/homebrew/csvfix/.make.sh-auto
new file mode 100644
index 000000000..87d013170
--- /dev/null
+++ b/homebrew/csvfix/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+ENV.libcxx
+make lin
+bin.install "csvfix/bin/csvfix"
diff --git a/homebrew/csvfix/_metadata/description b/homebrew/csvfix/_metadata/description
new file mode 100644
index 000000000..aa537dec1
--- /dev/null
+++ b/homebrew/csvfix/_metadata/description
@@ -0,0 +1 @@
+Tool for manipulating CSV data
diff --git a/homebrew/csvfix/_metadata/homepage b/homebrew/csvfix/_metadata/homepage
new file mode 100644
index 000000000..c07f02340
--- /dev/null
+++ b/homebrew/csvfix/_metadata/homepage
@@ -0,0 +1 @@
+https://neilb.bitbucket.io/csvfix/
diff --git a/homebrew/csvfix/_metadata/name b/homebrew/csvfix/_metadata/name
new file mode 100644
index 000000000..84791ef5f
--- /dev/null
+++ b/homebrew/csvfix/_metadata/name
@@ -0,0 +1 @@
+CsvFix
diff --git a/homebrew/csvfix/_metadata/version b/homebrew/csvfix/_metadata/version
new file mode 100644
index 000000000..810ee4e91
--- /dev/null
+++ b/homebrew/csvfix/_metadata/version
@@ -0,0 +1 @@
+1.6
diff --git a/homebrew/csvfix/download.sh b/homebrew/csvfix/download.sh
new file mode 100755
index 000000000..4c81e7b84
--- /dev/null
+++ b/homebrew/csvfix/download.sh
@@ -0,0 +1 @@
+wget https://bitbucket.org/neilb/csvfix/get/version-1.6.tar.gz \ No newline at end of file