homebrew-core/Formula/matlab2tikz.rb
Brett Koonce d20a9a2ca6 matlab2tikz 0.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-16 19:33:18 -07:00

13 lines
342 B
Ruby

require 'formula'
class Matlab2tikz < Formula
homepage 'https://github.com/nschloe/matlab2tikz'
url 'https://github.com/nschloe/matlab2tikz/archive/0.4.2.tar.gz'
sha1 '70ff455c6171aaee729301619ce4069c97d4342f'
head 'https://github.com/nschloe/matlab2tikz.git'
def install
(share/'matlab2tikz').install Dir['src/*']
end
end