Commit Graph

9 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
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Fredrik Fornwall 828cf5c593 termux-create-package: Mark with Apache-2.0 license 2019-01-23 00:59:16 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall c1297b1379 termux-create-package: Update from 0.4 to 0.7 2018-10-29 22:36:03 +01:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall d1a699b743 termux-create-package: Update from 0.2 to 0.4 2017-03-19 03:18:58 +01:00
Fredrik Fornwall ab632f6c57 termux-create-package: Update from 0.1 to 0.2 2016-12-11 09:13:04 -05:00
Fredrik Fornwall eeed47f4f4 termux-create-package: Move from disabled-packages/ to packages/ 2016-12-11 09:00:10 -05:00