termux-packages/docs/UTILITIES.md

16 lines
739 B
Markdown
Raw Normal View History

2019-02-12 02:44:26 +01:00
# Additional Utilities List
The following utility scripts are available:
- [build-all.sh](../build-all.sh): used for building all packages in the correct order (using buildorder.py).
2019-02-12 13:56:32 +01:00
- [clean.sh](../clean.sh): used for cleaning build environment.
2019-02-12 02:44:26 +01:00
2019-02-12 13:56:32 +01:00
- [scripts/check-pie.sh](../scripts/check-pie.sh): used for verifying that all binaries are using PIE, which is required for Android 5+.
2019-02-12 02:44:26 +01:00
- [scripts/check-versions.sh](../scripts/check-versions.sh): used for checking for package updates.
- [scripts/list-packages.sh](../scripts/list-packages.sh): used for listing all packages with a one-line summary.
2019-02-12 13:56:32 +01:00
- [scripts/ci/gitlab.sh](../scripts/ci/gitlab.sh): used by Gitlab Continuous Integration to identify changed packages and build them.