homebrew-core/Formula/matlab2tikz.rb
Brett Koonce 287ef60919 matlab2tikz 0.4.4
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-15 09:09:09 +00: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.4.tar.gz'
sha1 '9477dae6bd0ba5b268a1d5d7f547ad631638a99f'
head 'https://github.com/nschloe/matlab2tikz.git'
def install
(share/'matlab2tikz').install Dir['src/*']
end
end