2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

cmake: init at 3.14.5

This commit is contained in:
Tadeo Kondrak 2019-06-02 01:01:46 -06:00
parent 2af0f72f01
commit f70fcbf1ca
5 changed files with 2629 additions and 0 deletions

7
repo/cmake/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure --prefix=/usr
make
make DESTDIR="$1" install

1
repo/cmake/checksums Normal file
View File

@ -0,0 +1 @@
505ae49ebe3c63c595fa5f814975d8b72848447ee13b6613b0f8b96ebda18c06 cmake-3.14.5.tar.gz

2619
repo/cmake/manifest Normal file

File diff suppressed because it is too large Load Diff

1
repo/cmake/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5.tar.gz

1
repo/cmake/version Normal file
View File

@ -0,0 +1 @@
3.14.5 1