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.
8 lines
369 B
8 lines
369 B
# Skeleton *.subpackage.sh script for new package.
|
|
# Delete this file if package shouldn't be splitted, otherwise rename and fill
|
|
# necessary fields.
|
|
# More information available on the Termux Developer's Wiki page:
|
|
# https://github.com/termux/termux-packages/wiki/Creating-new-package#writing-a-subpackage-script
|
|
|
|
TERMUX_SUBPKG_DESCRIPTION=""
|
|
TERMUX_SUBPKG_INCLUDE=""
|
|
|