feedgnuplot 1.51: add completion

Closes #37694.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
kiendang 2019-03-07 20:20:58 +08:00 committed by Chongyu Zhu
parent c55202646d
commit 9e9361a60a
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -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