New package: rebar3-3.6.2

This commit is contained in:
Noel Cower 2018-10-23 23:13:56 -07:00 committed by Michael Aldridge
parent dc40ae6f7f
commit 22e2e5fa3d
1 changed files with 21 additions and 0 deletions

21
srcpkgs/rebar3/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'rebar3'
pkgname=rebar3
version=3.6.2
revision=1
noarch=yes
hostmakedepends=erlang
depends=erlang
short_desc="Erlang build tool to compile, test, and release applications"
maintainer="Noel Cower <ncower@gmail.com>"
license="Apache-2.0"
homepage="https://www.rebar3.org/"
distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz"
checksum=7f358170025b54301bce9a10ec7ad07d4e88a80eaa7b977b73b32b45ea0b626e
do_build() {
./bootstrap
}
do_install() {
vbin rebar3
}