Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with
2 additions and
1 deletions
-
packages/cmake/build.sh
-
packages/cmake/cmake-curses-gui.subpackage.sh
|
|
@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://cmake.org/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Family of tools designed to build, test and package software" |
|
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause" |
|
|
|
TERMUX_PKG_VERSION=3.14.3 |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_SHA256=215d0b64e81307182b29b63e562edf30b3875b834efdad09b3fcb5a7d2f4b632 |
|
|
|
TERMUX_PKG_SRCURL=https://www.cmake.org/files/v${TERMUX_PKG_VERSION:0:4}/cmake-${TERMUX_PKG_VERSION}.tar.gz |
|
|
|
TERMUX_PKG_DEPENDS="libarchive, libcurl, libexpat, jsoncpp, libuv, rhash, make, clang, zlib" |
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
TERMUX_SUBPKG_INCLUDE="bin/ccmake" |
|
|
|
TERMUX_SUBPKG_DESCRIPTION="Curses based user interface for CMake (ccmake)" |
|
|
|
TERMUX_SUBPKG_DEPENDS="cmake, ncurses-ui-libs" |
|
|
|
TERMUX_SUBPKG_DEPENDS="ncurses-ui-libs" |
|
|
|