matlab2tikz: bottle unneeded

This commit is contained in:
Xu Cheng 2015-10-23 20:05:52 +08:00
parent 7c9d31e455
commit d5f14b38dc

View file

@ -3,9 +3,10 @@ class Matlab2tikz < Formula
homepage "https://github.com/matlab2tikz/matlab2tikz"
url "https://github.com/matlab2tikz/matlab2tikz/archive/1.0.0.tar.gz"
sha256 "16d212f333afa100f2ec307c85957532ceb8163aebc7021770dfc68f6f2f8f1a"
head "https://github.com/matlab2tikz/matlab2tikz.git"
bottle :unneeded
def install
(share/"matlab2tikz").install Dir["src/*"]
end