void-packages/srcpkgs/rebar3/template
2020-04-29 22:59:47 +02:00

23 lines
568 B
Bash

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