homebrew-core/Formula/matlab2tikz.rb
2015-06-05 14:47:57 +01:00

14 lines
404 B
Ruby

require "formula"
class Matlab2tikz < Formula
desc "Convert MATLAB(R) figures into TikZ/Pgfplots figures"
homepage "https://github.com/nschloe/matlab2tikz"
url "https://github.com/nschloe/matlab2tikz/archive/0.5.0.tar.gz"
sha1 "1c53d378be87fc9ca43c921ab7193257ea416864"
head "https://github.com/nschloe/matlab2tikz.git"
def install
(share/"matlab2tikz").install Dir["src/*"]
end
end