mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 19:43:07 +02:00
rebar3: update to 3.25.1.
This commit is contained in:
parent
625df4a38a
commit
d86ec347fe
1 changed files with 9 additions and 5 deletions
|
@ -1,20 +1,24 @@
|
||||||
# Template file for 'rebar3'
|
# Template file for 'rebar3'
|
||||||
pkgname=rebar3
|
pkgname=rebar3
|
||||||
version=3.19.0
|
version=3.25.1
|
||||||
revision=3
|
revision=1
|
||||||
hostmakedepends=erlang
|
hostmakedepends=erlang
|
||||||
depends="erlang>=22"
|
depends="erlang>=26"
|
||||||
short_desc="Erlang build tool to compile, test, and release applications"
|
short_desc="Erlang build tool to compile, test, and release applications"
|
||||||
maintainer="Noel Cower <ncower@nil.dev>"
|
maintainer="Noel Cower <ncower@nil.dev>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.rebar3.org/"
|
homepage="https://www.rebar3.org/"
|
||||||
distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz"
|
distfiles="https://github.com/erlang/rebar3/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=ff9ef42c737480477ebdf0dd9d95ece534a14c96f05edafbf32e9af973280bc3
|
checksum=458d6ceaf7822dd7682288354ab3ba74e14b3ed11cc5b551af9eb312de894106
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./bootstrap
|
./bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
./rebar3 ct
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin rebar3
|
vbin rebar3
|
||||||
vsconf rebar.config.sample rebar.config
|
vsconf rebar.config.sample rebar.config
|
||||||
|
|
Loading…
Add table
Reference in a new issue