git-town 2.0.0 (#4965)

This commit is contained in:
Charlie Rudolph 2016-09-18 23:55:44 -07:00 committed by Zhiming Wang
parent 303660134f
commit 933c055fa6

View file

@ -1,26 +1,17 @@
class GitTown < Formula
desc "High-level command-line interface for Git"
homepage "http://www.git-town.com"
url "https://github.com/Originate/git-town/archive/v1.0.0.tar.gz"
sha256 "cd095968daf7f9abdd2a2703f5c3b2384137ff088d388d87dbcb2366a881272f"
url "https://github.com/Originate/git-town/archive/v2.0.0.tar.gz"
sha256 "65d2d87a6cec570ecf5bd9927be53b7cfb3495829e094a2defa3df23f9e8d68c"
bottle :unneeded
conflicts_with "git-extras", because: "git-town also ships a git-sync binary"
def install
libexec.install Dir["src/*"]
bin.write_exec_script Dir["#{libexec}/git-*"]
man1.install Dir["man/man1/*"]
end
def caveats; <<-EOS.undent
To install the Fish shell autocompletions run:
`git town install-fish-autocompletion`
in your terminal.
EOS
end
test do
system "git", "init"
touch "testing.txt"