install manpages for homebrew

This commit is contained in:
Mark Furland 2020-05-19 15:58:27 -04:00
parent e13fc2465f
commit dffb55889c

View file

@ -61,6 +61,7 @@ brews:
install: |
system "make" if build.head?
bin.install "bin/gh"
man1.install Dir["manpages/*.1"]
(bash_completion/"gh.sh").write `#{bin}/gh completion -s bash`
(zsh_completion/"_gh").write `#{bin}/gh completion -s zsh`
(fish_completion/"gh.fish").write `#{bin}/gh completion -s fish`