curl: generate zsh completion file

Also make scripts to generate zsh-completion file '_curl'.

Closes #34848.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Indrajit Raychaudhuri 2018-12-06 02:16:40 -06:00 committed by FX Coudert
parent c28c7d1da9
commit 1b26f2a613

View file

@ -89,6 +89,7 @@ class Curl < Formula
system "./configure", *args
system "make", "install"
system "make", "install", "-C", "scripts"
libexec.install "lib/mk-ca-bundle.pl"
end