milis/talimatname/genel/r/rebar3/talimat

18 lines
458 B
Plaintext
Raw Normal View History

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
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"
}