homebrew-core/Formula/matlab2tikz.rb
ilovezfs 680491b011 matlab2tikz 1.1.0
Closes #6141.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-10-21 07:35:37 -07:00

13 lines
443 B
Ruby

class Matlab2tikz < Formula
desc "Convert MATLAB(R) figures into TikZ/Pgfplots figures"
homepage "https://github.com/matlab2tikz/matlab2tikz"
url "https://github.com/matlab2tikz/matlab2tikz/archive/v1.1.0.tar.gz"
sha256 "4e6fe80ebe4c8729650eb00679f97398c2696fd9399c17f9c5b60a1a6cf23a19"
head "https://github.com/matlab2tikz/matlab2tikz.git"
bottle :unneeded
def install
(share/"matlab2tikz").install Dir["src/*"]
end
end