diff options
Diffstat (limited to 'homebrew/rebar3/.make.sh-auto')
-rw-r--r-- | homebrew/rebar3/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/rebar3/.make.sh-auto b/homebrew/rebar3/.make.sh-auto new file mode 100644 index 000000000..9208eda7f --- /dev/null +++ b/homebrew/rebar3/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +./bootstrap +bin.install "rebar3" +bash_completion.install "priv/shell-completion/bash/rebar3" +zsh_completion.install "priv/shell-completion/zsh/_rebar3" +fish_completion.install "priv/shell-completion/fish/rebar3.fish" |