зеркало из https://github.com/github/homebrew-gh.git
Update gh.rb
This commit is contained in:
Родитель
b4fcb99f4f
Коммит
e03be251c9
|
@ -5,8 +5,8 @@ class Gh < Formula
|
|||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
system "go", "build", "-o", "gh", "."
|
||||
bin.install "gh"
|
||||
system "make"
|
||||
bin.install "bin/gh"
|
||||
(bash_completion/"gh.sh").write `#{bin}/gh completion -s bash`
|
||||
(zsh_completion/"_gh").write `#{bin}/gh completion -s zsh`
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче