homebrew-core/Formula/matlab2tikz.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

12 lines
423 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/1.0.0.tar.gz"
sha256 "16d212f333afa100f2ec307c85957532ceb8163aebc7021770dfc68f6f2f8f1a"
head "https://github.com/matlab2tikz/matlab2tikz.git"
def install
(share/"matlab2tikz").install Dir["src/*"]
end
end