9 lines
369 B
Bash
9 lines
369 B
Bash
|
# 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=""
|