blob: 17e26a59d92e74791ac7610c4f23e1dbd9bd64f1 (
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.5.0.tar.gz"
  sha1 "1c53d378be87fc9ca43c921ab7193257ea416864"
  head "https://github.com/nschloe/matlab2tikz.git"
  def install
    (share/"matlab2tikz").install Dir["src/*"]
  end
end
 |