mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
cmake: update to 3.25.3.
This commit is contained in:
parent
679f73eca5
commit
f2a6e74409
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cmake'
|
||||
pkgname=cmake
|
||||
version=3.25.2
|
||||
version=3.25.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
|
||||
|
@ -16,7 +16,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|||
license="BSD-3-Clause, ICU"
|
||||
homepage="https://www.cmake.org"
|
||||
distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
|
||||
checksum=c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c
|
||||
checksum=cc995701d590ca6debc4245e9989939099ca52827dd46b5d3592f093afe1901c
|
||||
replaces="cmake-bootstrap>=0"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
|
@ -45,8 +45,7 @@ pre_configure() {
|
|||
|
||||
do_check() {
|
||||
cd build
|
||||
# https://gitlab.kitware.com/cmake/cmake/-/issues/23885
|
||||
./bin/ctest -E RunCMake.SymlinkTrees
|
||||
./bin/ctest
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue