mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
cmake: init at 3.14.5
This commit is contained in:
parent
2af0f72f01
commit
f70fcbf1ca
7
repo/cmake/build
Executable file
7
repo/cmake/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR="$1" install
|
1
repo/cmake/checksums
Normal file
1
repo/cmake/checksums
Normal file
@ -0,0 +1 @@
|
||||
505ae49ebe3c63c595fa5f814975d8b72848447ee13b6613b0f8b96ebda18c06 cmake-3.14.5.tar.gz
|
2619
repo/cmake/manifest
Normal file
2619
repo/cmake/manifest
Normal file
File diff suppressed because it is too large
Load Diff
1
repo/cmake/sources
Normal file
1
repo/cmake/sources
Normal 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
1
repo/cmake/version
Normal file
@ -0,0 +1 @@
|
||||
3.14.5 1
|
Loading…
Reference in New Issue
Block a user