kubernetes-helm: install metafiles

This commit is contained in:
Dominyk Tiller 2017-10-05 01:23:44 +01:00 committed by ilovezfs
parent ccbf6b3c77
commit b6d5b94852

View file

@ -27,19 +27,14 @@ class KubernetesHelm < Formula
dir.install buildpath.children - [buildpath/".brew_home"]
cd dir do
# Bootstap build
system "make", "bootstrap"
# Make binary
system "make", "build"
bin.install "bin/helm"
bin.install "bin/tiller"
# Install man pages
man1.install Dir["docs/man/man1/*"]
# Install bash completion
bash_completion.install "scripts/completions.bash" => "helm"
prefix.install_metafiles
end
end