0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/putty/putty-tools.subpackage.sh
Henrik Grimler 2b65bc0e67
tree-wide: use TERMUX_SUBPKG_DEPEND_ON_PARENT=false instead of =no
We use true or false for other bool build variables. Let's be
consistent.

Change does not have an effect on build scripts.
%ci:no-build
2024-06-16 11:16:15 +02:00

16 lines
357 B
Bash

TERMUX_SUBPKG_INCLUDE="
bin/plink
bin/pscp
bin/psftp
bin/psusan
bin/puttygen
share/man/man1/plink.1.gz
share/man/man1/pscp.1.gz
share/man/man1/psftp.1.gz
share/man/man1/psusan.1.gz
share/man/man1/puttygen.1.gz
"
TERMUX_SUBPKG_DESCRIPTION="Command-line tools from the PuTTY suite"
TERMUX_SUBPKG_DEPENDS="libandroid-glob"
TERMUX_SUBPKG_DEPEND_ON_PARENT=false