aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/matlab2tikz.rb
blob: a3677b0add0d02ee0a0da8bcda6dd70d31f1817a (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.3.3.tar.gz'
  sha1 'eb0a0991d34543e133256a17c6fc6f96112c8c5a'

  head 'https://github.com/nschloe/matlab2tikz.git'

  def install
    (share/'matlab2tikz').install Dir['src/*']
  end
end