homebrew-core/Formula/modgit.rb
2019-10-11 12:47:18 +02:00

16 lines
401 B
Ruby

class Modgit < Formula
desc "Tool for git repo deploy with filters. Used for magento development"
homepage "https://github.com/jreinke/modgit"
url "https://github.com/jreinke/modgit/archive/v1.1.0.tar.gz"
sha256 "9d279c370eee29f54017ca20cf543efda87534bd6a584e7c0f489bbf931dccb8"
bottle :unneeded
def install
bin.install "modgit"
end
test do
system "#{bin}/modgit"
end
end