Browse Source

sample build.sh: TERMUX_PKG_SHA256 is mandatory

See sources of function 'termux_download()' build-package.sh.
android-5
Leonid Plyushch 6 years ago
parent
commit
84946316a6
  1. 2
      docs/sample/build.sh

2
docs/sample/build.sh

@ -34,7 +34,7 @@ TERMUX_PKG_RECOMMENDS= # Packages that are recommended to be installed in additi
TERMUX_PKG_REPLACES= # Packaged that are not required anymore with this package.
TERMUX_PKG_REVISION= # Bump after a fix within Termux.
TERMUX_PKG_RM_AFTER_INSTALL= # Remove the files after make install or equivalent.
TERMUX_PKG_SHA256= # STRONGLY RECOMMENDED for any downloads. Prevents unauthorised changes during download.
TERMUX_PKG_SHA256= # REQUIRED. Prevents unauthorised changes during download.
TERMUX_PKG_SKIP_SRC_EXTRACT= # No need to extract from archive.
TERMUX_PKG_SRCURL= # The URL of source archive.
TERMUX_PKG_SUGGESTS= # Packages that may be installed in addition.

Loading…
Cancel
Save