aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/matlab2tikz.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/matlab2tikz.rb')
-rw-r--r--Library/Formula/matlab2tikz.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/matlab2tikz.rb b/Library/Formula/matlab2tikz.rb
new file mode 100644
index 000000000..3c7c21645
--- /dev/null
+++ b/Library/Formula/matlab2tikz.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Matlab2tikz < Formula
+ homepage 'https://github.com/nschloe/matlab2tikz'
+ url 'https://github.com/nschloe/matlab2tikz/archive/0.3.2.tar.gz'
+ sha1 '026762e58b51a14c91921baf556cd5d349c8b8d1'
+
+ head 'https://github.com/nschloe/matlab2tikz.git'
+
+ def install
+ (share/'matlab2tikz').install Dir['src/*']
+ end
+end