blob: 7e6919ac89f77821df35029b90e38526edf7765e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require 'formula'
class Matlab2tikz < Formula
homepage 'https://github.com/nschloe/matlab2tikz'
url 'https://github.com/nschloe/matlab2tikz/archive/0.4.6.tar.gz'
sha1 '49ad23d87ddd3a9f22f6c74bbe4c4edf064abf65'
head 'https://github.com/nschloe/matlab2tikz.git'
def install
(share/'matlab2tikz').install Dir['src/*']
end
end
|