зеркало из 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
|
depends_on "go" => :build
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "go", "build", "-o", "gh", "."
|
system "make"
|
||||||
bin.install "gh"
|
bin.install "bin/gh"
|
||||||
(bash_completion/"gh.sh").write `#{bin}/gh completion -s bash`
|
(bash_completion/"gh.sh").write `#{bin}/gh completion -s bash`
|
||||||
(zsh_completion/"_gh").write `#{bin}/gh completion -s zsh`
|
(zsh_completion/"_gh").write `#{bin}/gh completion -s zsh`
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче