talimat 452 B

123456789101112131415161718
  1. # Description: otp esaslarına göre erlang derleme aracı
  2. # URL: https://github.com/rebar/rebar3
  3. # Packager: milisarge
  4. # Depends on: erlang
  5. name=rebar3
  6. version=3.3.4
  7. release=1
  8. source=(https://github.com/rebar/rebar3/archive/${version}.tar.gz)
  9. build(){
  10. cd "$SRC/$name-$version"
  11. ./bootstrap
  12. install -Dm0755 "${name}" "$PKG/usr/bin/${name}"
  13. install -Dm0644 "priv/shell-completion/bash/rebar3" "$PKG/usr/share/bash-completion/completions/rebar3"
  14. }