# Contributor: Alyx Wolcott # Maintainer: Alyx Wolcott pkgname=erl-rebar3 pkgver=3.11.1 pkgrel=0 pkgdesc="Erlang build tool" url="https://www.rebar3.org/" arch="noarch" options="!tracedeps" license="Apache-2.0" depends="erlang" makedepends="erlang-dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://codeload.github.com/erlang/rebar3/tar.gz/$pkgver" builddir="$srcdir/rebar3-$pkgver" build() { ./bootstrap } check() { ./rebar3 ct } package() { install -d -m755 $pkgdir/usr/bin/ install -m755 ./rebar3 $pkgdir/usr/bin/ gzip -c ./manpages/rebar3.1 > ./manpages/rebar3.1.gz install -d -m755 $pkgdir/usr/share/man/man1/ install -m644 ./manpages/rebar3.1.gz $pkgdir/usr/share/man/man1/ } sha512sums="749368c8c19641d0c1083f1750438cfc5f1c75e284bd74b4f8ae368103e79a376f4bd91e85db35e1619116cd2f3b1a8dc2d3d89db19da8f4440e0b58d3c0a37c erl-rebar3-3.11.1.tar.gz"