extra: Added cmake.

This commit is contained in:
Dylan Araps 2019-06-27 15:45:20 +03:00
parent 7aa16258d8
commit c43ee59184
11 changed files with 2635 additions and 0 deletions

7
extra/cmake/build Executable file
View File

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

1
extra/cmake/checksums Normal file
View File

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

1
extra/cmake/licenses Normal file
View File

@ -0,0 +1 @@
LGPL-2.1-or-later, BSD-3-Clause

2621
extra/cmake/manifest Normal file

File diff suppressed because it is too large Load Diff

1
extra/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
extra/cmake/version Normal file
View File

@ -0,0 +1 @@
3.14.5 1

1
extra/llvm/build Executable file
View File

@ -0,0 +1 @@
#!/bin/sh -e

0
extra/llvm/depends Normal file
View File

0
extra/llvm/licenses Normal file
View File

1
extra/llvm/sources Normal file
View File

@ -0,0 +1 @@
http://llvm.org/releases/8.0.0/llvm-8.0.0.src.tar.xz

1
extra/llvm/version Normal file
View File

@ -0,0 +1 @@
8.0.0 1