You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
624 B
12 lines
624 B
# Sample subpackage.sh
|
|
# All comments here to be removed before submitting pull requests.
|
|
# Unless otherwise specified, variables are optional.
|
|
# Default values of all variables are found in build-package.sh
|
|
|
|
TERMUX_SUBPKG_DESCRIPTION= # REQUIRED. Subpackage description.
|
|
TERMUX_SUBPKG_DEPENDS= # Subpackage dependencies.
|
|
TERMUX_SUBPKG_CONFLICTS= # Conflicted subpackages.
|
|
TERMUX_SUBPKG_REPLACES= # Replaced packages.
|
|
TERMUX_SUBPKG_PLATFORM_INDEPENDENT= # Whether subpackage is cross-platform.
|
|
TERMUX_SUBPKG_INCLUDE= # REQUIRED. Files to be included in subpackage.
|
|
TERMUX_SUBPKG_CONFFILES= # Subpackage configuration files.
|
|
|