homebrew-core/Formula/matlab2tikz.rb
Brett Koonce 9c68a321a4 matlab2tikz 0.4.3
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-19 14:40:41 +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.3.tar.gz'
sha1 '6a2e81785e6fa0ba1681dfd5d3c159d08ec91c03'
head 'https://github.com/nschloe/matlab2tikz.git'
def install
(share/'matlab2tikz').install Dir['src/*']
end
end