mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
cmake: update to 3.15.2
[ci skip]
This commit is contained in:
parent
ccd79f39ce
commit
06a0fdf7fa
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cmake'
|
# Template file for 'cmake'
|
||||||
pkgname=cmake
|
pkgname=cmake
|
||||||
version=3.14.5
|
version=3.15.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later, BSD-3-Clause"
|
license="LGPL-2.1-or-later, BSD-3-Clause"
|
||||||
homepage="https://www.cmake.org"
|
homepage="https://www.cmake.org"
|
||||||
distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
|
distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=505ae49ebe3c63c595fa5f814975d8b72848447ee13b6613b0f8b96ebda18c06
|
checksum=539088cb29a68e6d6a8fba5c00951e5e5b1a92c68fa38a83e1ed2f355933f768
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# XXX ugly :-)
|
# XXX ugly :-)
|
||||||
|
@ -31,6 +31,6 @@ fi
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/doc/cmake
|
rm -rf ${DESTDIR}/usr/share/doc/cmake
|
||||||
vlicense Copyright.txt
|
vlicense Copyright.txt
|
||||||
|
vlicense Utilities/KWIML/Copyright.txt KWIML-Copyright.txt
|
||||||
vlicense Utilities/cmzlib/Copyright.txt cmzlib-Copyright.txt
|
vlicense Utilities/cmzlib/Copyright.txt cmzlib-Copyright.txt
|
||||||
vlicense Utilities/cmcompress/Copyright.txt cmcompress-Copyright.txt
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue