summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
8 daysUpdate the cmake 4.0 fixDaniel Bermond
Patching all occurrences of unsupported 'cmake_minimum_required()' is not needed. Starting at CMake 4.0, there is a new variable[1] named 'CMAKE_POLICY_VERSION_MINIMUM' that can be externally set exactly for the purpose of setting the policy version of projects that are not yet updated. [1] https://cmake.org/cmake/help/v4.0/variable/CMAKE_POLICY_VERSION_MINIMUM.html
10 daysPackage adoption with various changesDaniel Bermond
- use upstream tags in pkgver() - update pkgdesc - use local brotli and googletest sources in makepkg instead of downloading in the cmake execution - do not install googletest components - add fix for cmake 4.0 - update cmake commands - update dependencies - properly install the package contents with 'cmake --install' instead of using only 'cp' commands - white space and cosmetic changes
2019-05-28Initial importspider-mario