From 60e22e6d334f2dd5080c1d38a7f8a6592eb518bc Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Fri, 21 Oct 2022 03:29:06 +0200 Subject: [PATCH] [SKIP CI] chore(goreleaser): add completions and manpage Signed-off-by: Sam Therapy --- .goreleaser.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 02ed842..c50c722 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -71,6 +71,12 @@ brews: license: BSD-3-Clause custom_block: | head "https://git.froth.zone/sam/awl.git" + install: |- + bin.install "awl" + bash_completion.install "completions/bash.bash" => "awl" + zsh_completion.install "completions/zsh.zsh" => "_awl" + fish_completion.install "completions/fish.fish" => "awl.fish" + man1.install "doc/awl.1.gz" scoop: bucket: