void-packages/srcpkgs/rebar3/template
2019-01-07 15:50:31 -02:00

23 lines
561 B
Bash

# Template file for 'rebar3'
pkgname=rebar3
version=3.8.0
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=fc4d08037d39bcc651a4a749f8a5b1a10b2205527df834c2aee8f60725c3f431
do_build() {
./bootstrap
}
do_install() {
vbin rebar3
vsconf rebar.config.sample rebar.config
vman manpages/rebar3.1
}