putty: Add subpackage putty-tools
containing `plink`, `pscp`, `psftp`, `psusan` and `puttygen`.
This commit is contained in:
parent
6279216b94
commit
138a7c1a43
@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="A terminal integrated SSH/Telnet client"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=0.76
|
||||
TERMUX_PKG_REVISION=3
|
||||
TERMUX_PKG_REVISION=4
|
||||
TERMUX_PKG_SRCURL=https://the.earth.li/~sgtatham/putty/${TERMUX_PKG_VERSION}/putty-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f
|
||||
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gtk3, libandroid-glob, libandroid-shmem, libcairo, libx11, pango"
|
||||
|
15
x11-packages/putty/putty-tools.subpackage.sh
Normal file
15
x11-packages/putty/putty-tools.subpackage.sh
Normal file
@ -0,0 +1,15 @@
|
||||
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=no
|
Loading…
Reference in New Issue
Block a user