void-packages/srcpkgs/rebar3/template
2019-09-06 19:32:20 +02:00

23 lines
570 B
Bash

# Template file for 'rebar3'
pkgname=rebar3
version=3.12.0
revision=1
archs=noarch
hostmakedepends=erlang
depends="erlang>=22"
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=8ac45498f03e293bc6342ec431888f9a81a4fb9e1177a69965238d127c00a79e
do_build() {
./bootstrap
}
do_install() {
vbin rebar3
vsconf rebar.config.sample rebar.config
vman manpages/rebar3.1
}