# Template file for 'rebar3' pkgname=rebar3 version=3.19.0 revision=3 hostmakedepends=erlang depends="erlang>=22" short_desc="Erlang build tool to compile, test, and release applications" maintainer="Noel Cower " license="Apache-2.0" homepage="https://www.rebar3.org/" distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz" checksum=ff9ef42c737480477ebdf0dd9d95ece534a14c96f05edafbf32e9af973280bc3 do_build() { ./bootstrap } do_install() { vbin rebar3 vsconf rebar.config.sample rebar.config vman manpages/rebar3.1 }