mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
justbuild: update to 1.6.0.
This commit is contained in:
parent
148f9501d3
commit
9024b9d813
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'justbuild'
|
# Template file for 'justbuild'
|
||||||
pkgname=justbuild
|
pkgname=justbuild
|
||||||
version=1.5.3
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="jo pandoc pkg-config python3 tar unzip wget grpc protobuf"
|
hostmakedepends="jo pandoc pkg-config python3 tar unzip wget grpc protobuf"
|
||||||
|
@ -13,7 +13,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/just-buildsystem/justbuild/"
|
homepage="https://github.com/just-buildsystem/justbuild/"
|
||||||
changelog="https://github.com/just-buildsystem/justbuild/blob/master/CHANGELOG.md"
|
changelog="https://github.com/just-buildsystem/justbuild/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/just-buildsystem/justbuild/archive/v${version}.tar.gz"
|
distfiles="https://github.com/just-buildsystem/justbuild/archive/v${version}.tar.gz"
|
||||||
checksum=be4340acadd72be701a3549d79e87675ebeac53cb137bdbaf40cd094f0d9fa45
|
checksum=babd24ea014c6c2987eccf90f65b15787e0cd8db72ec73ac57d9584737a251a1
|
||||||
conflicts="just>=0"
|
conflicts="just>=0"
|
||||||
nocross="not supported by bootstrapping"
|
nocross="not supported by bootstrapping"
|
||||||
|
|
||||||
|
@ -69,6 +69,7 @@ do_install() {
|
||||||
vbin just-work/out/bin/just
|
vbin just-work/out/bin/just
|
||||||
vbin just-work/out/src/other_tools/just_mr/just-mr
|
vbin just-work/out/src/other_tools/just_mr/just-mr
|
||||||
vbin just-work/src/bin/just-import-git.py just-import-git
|
vbin just-work/src/bin/just-import-git.py just-import-git
|
||||||
|
vbin just-work/src/bin/just-lock.py just-lock
|
||||||
|
|
||||||
eval vcompletion justbuild-${version}/share/just_complete.bash bash
|
eval vcompletion justbuild-${version}/share/just_complete.bash bash
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue