termux-packages/scripts
Butta 3af25bc2a9 Introduce TERMUX_PKG_QUICK_REBUILD
This new variable is extremely useful when iterating on creating a large package,
as otherwise you have to wipe the source and rebuild each time you make a mistake
with the patches or build.sh script.

Simply set TERMUX_PKG_QUICK_REBUILD=true in build.sh if a build fails and then the
TERMUX_PKG_SRCDIR and TERMUX_PKG_BUILDDIR will not be touched when you rebuild,
including that the patches will not be applied again. When you're done iterating,
diff for any new patches, save them, and remove this variable before rebuilding
from scratch, hopefully for the last time. ;)

An example is shown for the giant libllvm package, where other modifications are
also excluded if this variable is set.
2020-02-15 13:38:30 +05:30
..
build Introduce TERMUX_PKG_QUICK_REBUILD 2020-02-15 13:38:30 +05:30
repology repology: exclude package 'dx' from version check 2020-01-30 22:25:22 +02:00
apt-compare-versions Introduce a scripts/ folder 2016-01-14 22:45:50 -05:00
buildorder.py build-package.sh: allow static packages to be in dependencies 2019-08-12 22:50:41 +03:00
check-built-packages.py fix scripts/check-built-packages.py 2019-06-08 14:04:04 +03:00
check-pie.sh Introduce a scripts/ folder 2016-01-14 22:45:50 -05:00
check-versions.sh No backticks 2019-02-15 18:01:09 +02:00
config.guess Update to latest config.{guess,sub} 2017-01-18 01:02:18 +01:00
config.sub Update to latest config.{guess,sub} 2017-01-18 01:02:18 +01:00
Dockerfile docker image: install locales and configure en_US.UTF-8 as default 2020-01-04 00:19:59 +02:00
get_hash_from_file.py build-package.sh: handle Release.gpg and get deb path from Package 2019-02-16 18:55:15 +01:00
ldd Add scripts/ldd utility script 2018-09-22 00:25:27 +02:00
lint-packages.sh build-package.sh: add TERMUX_PKG_SERVICE_SCRIPT var and build script 2020-01-05 15:00:15 +01:00
list-packages.sh No backticks 2019-02-15 18:01:09 +02:00
list-versions.sh No backticks 2019-02-15 18:01:09 +02:00
package_uploader.sh no more develsplit + provide static libraries as separate package 2019-07-28 21:17:12 +03:00
properties.sh Update android build tools to 29.0.2 2019-09-25 23:12:33 +02:00
run-docker.ps1 Add PowerShell script to run Docker (#815) 2017-03-04 22:20:43 +01:00
run-docker.sh fix unbound variable error in scripts/run-docker.sh 2020-01-23 22:25:54 +02:00
setup-android-sdk.sh set updsted ndk sha256 2019-06-19 20:26:31 +03:00
setup-archlinux.sh setup scripts: do not use sudo if already running under root 2020-01-06 18:33:55 +02:00
setup-termux.sh scripts/setup-termux.sh: install asciidoctor 2020-01-01 17:40:07 +02:00
setup-ubuntu.sh docker image: install llvm-9-dev 2020-01-25 00:31:41 +02:00
test-runner.sh Shell script compliance 2019-02-15 18:01:09 +02:00
update-docker.sh No backticks 2019-02-15 18:01:09 +02:00
Vagrantfile update Vagrantfile 2019-06-03 20:33:24 +03:00