homebrew-core/Formula/matlab2tikz.rb

14 lines
430 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
pkgshare.install Dir["src/*"]
end
end