tig: remove duplicated lines
This commit is contained in:
parent
fd51d913af
commit
979e22f0ba
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
class Tig < Formula
|
||||
desc "Text interface for Git repositories"
|
||||
homepage "http://jonas.nitro.dk/tig/"
|
||||
url "http://jonas.nitro.dk/tig/releases/tig-2.1.1.tar.gz"
|
||||
sha256 "50c5179fd564b829b6b2cec087e66f10cf8799601de19350df0772ae77e4852f"
|
||||
head "https://github.com/jonas/tig.git"
|
||||
|
||||
stable do
|
||||
url "http://jonas.nitro.dk/tig/releases/tig-2.1.1.tar.gz"
|
||||
|
@ -46,7 +43,7 @@ class Tig < Formula
|
|||
# Ensure the configured `sysconfdir` is used during runtime by
|
||||
# installing in a separate step.
|
||||
system "make", "install", "sysconfdir=#{pkgshare}/examples"
|
||||
system "make install-doc-man" if build.with? "docs"
|
||||
system "make", "install-doc-man" if build.with? "docs"
|
||||
bash_completion.install "contrib/tig-completion.bash"
|
||||
zsh_completion.install "contrib/tig-completion.zsh" => "_tig"
|
||||
cp "#{bash_completion}/tig-completion.bash", zsh_completion
|
||||
|
|
Loading…
Reference in a new issue