aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/matlab2tikz.rb
blob: 833764a38426c5d5e07f4cafe05d6526e6330269 (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.0.tar.gz'
  sha1 '9c54e78a3f0278c9f346703856bbd91aa142ea21'

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

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