mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
justbuild: update to 1.1.4.
This commit is contained in:
parent
eb7d8bc98e
commit
3b1a7fe1a3
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'justbuild'
|
# Template file for 'justbuild'
|
||||||
pkgname=justbuild
|
pkgname=justbuild
|
||||||
version=1.1.2
|
version=1.1.4
|
||||||
revision=3
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="jo pandoc pkg-config python3 tar unzip wget"
|
hostmakedepends="jo pandoc pkg-config python3 tar unzip wget"
|
||||||
makedepends="abseil-cpp-devel c-ares-devel catch2 fmt-devel grpc-devel json-c++
|
makedepends="abseil-cpp-devel c-ares-devel catch2 fmt-devel grpc-devel json-c++
|
||||||
|
@ -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=50341bdf3742ad6dec20454b338770e8428b531d04c675ca976d1e410c5b33ba
|
checksum=850b570ae6da047a5227dca9029225ef7d7d988522924e445e90ae62bf2ca6ae
|
||||||
conflicts="just>=0"
|
conflicts="just>=0"
|
||||||
nocross="not supported by bootstrapping"
|
nocross="not supported by bootstrapping"
|
||||||
|
|
||||||
|
@ -62,7 +62,6 @@ do_install() {
|
||||||
eval vcompletion justbuild-${version}/share/just_complete.bash bash
|
eval vcompletion justbuild-${version}/share/just_complete.bash bash
|
||||||
|
|
||||||
for m in justbuild-${version}/share/man/*.man; do
|
for m in justbuild-${version}/share/man/*.man; do
|
||||||
echo $m
|
|
||||||
vman $m ${m%.man}
|
vman $m ${m%.man}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue