milis/talimatname/genel/rebar3/talimat

18 lines
452 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: otp esaslarına göre erlang derleme aracı
# URL: https://github.com/rebar/rebar3
# Packager: milisarge
# Depends on: erlang
name=rebar3
version=3.3.4
release=1
source=(https://github.com/rebar/rebar3/archive/${version}.tar.gz)
build(){
cd "$SRC/$name-$version"
./bootstrap
install -Dm0755 "${name}" "$PKG/usr/bin/${name}"
install -Dm0644 "priv/shell-completion/bash/rebar3" "$PKG/usr/share/bash-completion/completions/rebar3"
}