24 lines
563 B
Bash
24 lines
563 B
Bash
# Template file for 'rebar3'
|
|
pkgname=rebar3
|
|
version=3.9.1
|
|
revision=1
|
|
archs=noarch
|
|
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=b7330a67a8cb5d6fb3b53a3246208b7c2b248546bcf62ef71a9a27b1d541c2d8
|
|
|
|
do_build() {
|
|
./bootstrap
|
|
}
|
|
|
|
do_install() {
|
|
vbin rebar3
|
|
vsconf rebar.config.sample rebar.config
|
|
vman manpages/rebar3.1
|
|
}
|