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.3.3.tar.gz'
|
|
sha1 'eb0a0991d34543e133256a17c6fc6f96112c8c5a'
|
|
|
|
head 'https://github.com/nschloe/matlab2tikz.git'
|
|
|
|
def install
|
|
(share/'matlab2tikz').install Dir['src/*']
|
|
end
|
|
end
|