summaryrefslogtreecommitdiff
path: root/homebrew/nnn/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/nnn/.make.sh-auto')
-rw-r--r--homebrew/nnn/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/nnn/.make.sh-auto b/homebrew/nnn/.make.sh-auto
new file mode 100644
index 000000000..ce028d73a
--- /dev/null
+++ b/homebrew/nnn/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}
+bash_completion.install "scripts/auto-completion/bash/nnn-completion.bash"
+zsh_completion.install "scripts/auto-completion/zsh/_nnn"
+fish_completion.install "scripts/auto-completion/fish/nnn.fish"