9c68a321a4
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
13 lines
342 B
Ruby
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
|