milis/talimatname/genel/r/rebar3/talimat

18 lines
445 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: otp esaslarına göre erlang derleme aracı
2017-03-19 01:25:29 +01:00
# URL: https://github.com/rebar/rebar3
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: erlang
2017-03-19 01:25:29 +01:00
name=rebar3
version=3.3.4
release=1
source=(https://github.com/rebar/rebar3/archive/${version}.tar.gz)
2017-10-27 23:59:41 +02:00
derle(){
2017-03-19 01:25:29 +01:00
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"
}