feedgnuplot 1.51: add completion
Closes #37694. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
c55202646d
commit
9e9361a60a
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ class Feedgnuplot < Formula
|
|||
system "perl", "Makefile.PL", "prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
|
||||
bash_completion.install "completions/bash/feedgnuplot"
|
||||
zsh_completion.install "completions/zsh/_feedgnuplot"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue