18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
# 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.5.0
|
||
devir=1
|
||
kaynak=(https://github.com/rebar/rebar3/archive/${surum}.tar.gz::$isim-$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"
|
||
}
|
||
|