Search Criteria
Package Details: rebar3 3.14.1-1
Git Clone URL: | https://aur.archlinux.org/rebar3.git (read-only, click to copy) |
---|---|
Package Base: | rebar3 |
Description: | A sophisticated build-tool for Erlang projects that follows OTP principles. |
Upstream URL: | https://github.com/erlang/rebar3 |
Keywords: | build erlang tool |
Licenses: | |
Submitter: | winlu |
Maintainer: | winlu |
Last Packager: | winlu |
Votes: | 15 |
Popularity: | 0.049699 |
First Submitted: | 2015-04-01 17:29 |
Last Updated: | 2020-09-11 20:11 |
Dependencies (2)
- erlang-nox (erlang-git, erlang)
- rebar3-zsh (optional) – ZSH completion
Required by (4)
- alpaca (make)
- erlang_ls-git
- msgpack-erlang (make)
- rebar3-zsh
Latest Comments
winlu commented on 2016-04-29 08:12
@dave_v see https://aur.archlinux.org/packages/rebar3-zsh/
dave_v commented on 2016-04-29 07:28
Could you please add the following line to the package() function, so we ZSH users get completion as well?
install -Dm0644 "priv/shell-completion/zsh/_rebar3" "$pkgdir/usr/share/zsh/site-functions/_rebar3"
Thanks a lot :)
PS: There's completion for Fish as well, but I don't use it, so I don't know where you'd have to put that completion file..