summaryrefslogtreecommitdiff
path: root/homebrew/matlab2tikz
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/matlab2tikz')
-rw-r--r--homebrew/matlab2tikz/.beer16
-rw-r--r--homebrew/matlab2tikz/.make.sh-auto2
-rw-r--r--homebrew/matlab2tikz/_metadata/description1
-rw-r--r--homebrew/matlab2tikz/_metadata/homepage1
-rw-r--r--homebrew/matlab2tikz/_metadata/name1
-rw-r--r--homebrew/matlab2tikz/_metadata/version1
-rwxr-xr-xhomebrew/matlab2tikz/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/matlab2tikz/.beer b/homebrew/matlab2tikz/.beer
new file mode 100644
index 000000000..662fc0d75
--- /dev/null
+++ b/homebrew/matlab2tikz/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "Matlab2tikz",
+ "description": "Convert MATLAB(R) figures into TikZ/Pgfplots figures",
+ "url": "https://github.com/matlab2tikz/matlab2tikz/archive/v1.1.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/matlab2tikz/matlab2tikz",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "pkgshare.install Dir[\"src/*\"]"
+ ],
+ "version": "1.1.0",
+ "file": "matlab2tikz.rb"
+} \ No newline at end of file
diff --git a/homebrew/matlab2tikz/.make.sh-auto b/homebrew/matlab2tikz/.make.sh-auto
new file mode 100644
index 000000000..cf042687d
--- /dev/null
+++ b/homebrew/matlab2tikz/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+pkgshare.install Dir["src/*"]
diff --git a/homebrew/matlab2tikz/_metadata/description b/homebrew/matlab2tikz/_metadata/description
new file mode 100644
index 000000000..ea1e0dadb
--- /dev/null
+++ b/homebrew/matlab2tikz/_metadata/description
@@ -0,0 +1 @@
+Convert MATLAB(R) figures into TikZ/Pgfplots figures
diff --git a/homebrew/matlab2tikz/_metadata/homepage b/homebrew/matlab2tikz/_metadata/homepage
new file mode 100644
index 000000000..8b7487c15
--- /dev/null
+++ b/homebrew/matlab2tikz/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/matlab2tikz/matlab2tikz
diff --git a/homebrew/matlab2tikz/_metadata/name b/homebrew/matlab2tikz/_metadata/name
new file mode 100644
index 000000000..9b143898f
--- /dev/null
+++ b/homebrew/matlab2tikz/_metadata/name
@@ -0,0 +1 @@
+Matlab2tikz
diff --git a/homebrew/matlab2tikz/_metadata/version b/homebrew/matlab2tikz/_metadata/version
new file mode 100644
index 000000000..9084fa2f7
--- /dev/null
+++ b/homebrew/matlab2tikz/_metadata/version
@@ -0,0 +1 @@
+1.1.0
diff --git a/homebrew/matlab2tikz/download.sh b/homebrew/matlab2tikz/download.sh
new file mode 100755
index 000000000..0c94efe3a
--- /dev/null
+++ b/homebrew/matlab2tikz/download.sh
@@ -0,0 +1 @@
+wget https://github.com/matlab2tikz/matlab2tikz/archive/v1.1.0.tar.gz \ No newline at end of file