2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Otp esaslarına göre erlang derleme aracı
|
|
|
|
|
# URL: https://github.com/rebar/rebar3
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: erlang
|
2018-07-30 13:01:00 +02:00
|
|
|
|
# Grup: geliştirme
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
}
|
|
|
|
|
|