Commit Graph

13 Commits

Author SHA1 Message Date
Henrik Grimler
a1bb64c630
termux-am: update to 0.4 (#6169) 2020-12-23 18:05:18 +01:00
Leonid Pliushch
5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
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
Michal Bednarski
eed780953b termux-am: Switch repo and upgrade to v0.3
Includes termux/TermuxAm#2

Removed patch as it was upstreamed
2019-08-07 21:42:11 +03:00
Fredrik Fornwall
86cc85efc0 termux-am: Avoid the gradle daemon for real 2019-04-22 01:32:22 +02:00
Fredrik Fornwall
02eb7c3457 termux-am: Use a new gradle version 2019-04-21 21:06:13 +02:00
Wetitpig
5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
9faacc723f apksigner&termux-am: Avoid using gradle daemon
By default gradle spawns a daemon which keeps on running in the
background long after the package has been built and taking up
precious ram. Avoid this.
2018-08-20 23:24:18 +02:00
Michał Bednarski
252b80dde6 termux-am: Update to v0.2
* Upstreamed unset LD_PRELOAD
* Added Android 5 support
2018-02-06 21:48:57 +01:00
Fredrik Fornwall
0259449662 termux-am: Unset LD_PRELOAD
PR submitted at https://github.com/michalbednarski/TermuxAm/pull/1
2018-02-05 01:43:26 +01:00
Fredrik Fornwall
27e6ebb680 termux-am: Use version variable in src url 2018-02-05 00:26:41 +01:00
Michał Bednarski
3aa671da67 termux-am: Add package 2018-02-05 00:19:21 +01:00