|
@ -247,7 +247,7 @@ termux_setup_cmake() { |
|
|
|
|
|
|
|
|
# First step is to handle command-line arguments. Not to be overridden by packages. |
|
|
# First step is to handle command-line arguments. Not to be overridden by packages. |
|
|
termux_step_handle_arguments() { |
|
|
termux_step_handle_arguments() { |
|
|
_show_usage () { |
|
|
_show_usage() { |
|
|
echo "Usage: ./build-package.sh [-a ARCH] [-d] [-D] [-f] [-i] [-I] [-q] [-s] [-o DIR] PACKAGE" |
|
|
echo "Usage: ./build-package.sh [-a ARCH] [-d] [-D] [-f] [-i] [-I] [-q] [-s] [-o DIR] PACKAGE" |
|
|
echo "Build a package by creating a .deb file in the debs/ folder." |
|
|
echo "Build a package by creating a .deb file in the debs/ folder." |
|
|
echo " -a The architecture to build for: aarch64(default), arm, i686, x86_64 or all." |
|
|
echo " -a The architecture to build for: aarch64(default), arm, i686, x86_64 or all." |
|
|