rebar3.paketlendi

This commit is contained in:
milisarge 2017-03-19 02:25:29 +02:00
parent 9ebcbebbd1
commit 990d943d51
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: otp esaslarına göre erlang derleme aracı
# URL: https://github.com/rebar/rebar3
# Packager: milisarge
# Depends on: erlang
name=rebar3
version=3.3.4
release=1
source=(https://github.com/rebar/rebar3/archive/${version}.tar.gz)
build(){
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"
}