Commit Graph

11 Commits

Author SHA1 Message Date
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch 815e5459fc nim: use CFLAGS/LDFLAGS for nimble & koch 2019-08-04 23:17:35 +03:00
Leonid Pliushch 06c856528c nim: update to 0.20.2 2019-07-23 04:02:01 +03:00
Leonid Pliushch 70e85aef06 nim: fix build error and use -Oz for aarch64 2019-07-14 21:44:54 +03:00
Leonid Pliushch da844eb14b nim: fix build.sh 2019-06-08 02:42:43 +03:00
Leonid Pliushch f7eca080ce nim: update to 0.20.0 2019-06-08 01:37:31 +03:00
Leonid Pliushch 8effea928d nim: update to 0.19.6 2019-05-16 01:12:36 +03:00
Fredrik Fornwall 0ecf7779cf nim: Update from 0.19.0 to 0.19.4 2019-02-09 01:03:11 +01:00
Leonid Pliushch 0eb103ba40 nim: fix formatting of build.sh 2019-02-03 21:28:28 +01:00
Leonid Pliushch c026aef8c3 nim: add license info 2019-02-03 21:28:28 +01:00
Kieran Coldron 94d1104569 Add package: nim
Co-Authored-By: Epictek <kieran@coldron.com>

Update packages/nim/build.sh

Co-Authored-By: Epictek <kieran@coldron.com>

Update packages/nim/build.sh

Co-Authored-By: Epictek <kieran@coldron.com>

Remove duplicated line
2019-02-03 21:28:28 +01:00