milis/talimatname/genel/r/rebar3/talimat

18 lines
437 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.

# Tanım: otp esaslarına göre erlang derleme aracı
# URL: https://github.com/rebar/rebar3
# Paketçi: milisarge
# Gerekler: erlang
isim=rebar3
surum=3.3.4
devir=1
kaynak=(https://github.com/rebar/rebar3/archive/${surum}.tar.gz)
derle(){
cd "$SRC/$isim-$surum"
./bootstrap
install -Dm0755 "${isim}" "$PKG/usr/bin/${isim}"
install -Dm0644 "priv/shell-completion/bash/rebar3" "$PKG/usr/share/bash-completion/completions/rebar3"
}