openssh: Install the ssh-copy-id script
This commit is contained in:
parent
c2c9b4775f
commit
b0c457ae91
@ -1,6 +1,7 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://www.openssh.com/
|
TERMUX_PKG_HOMEPAGE=http://www.openssh.com/
|
||||||
TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine"
|
TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine"
|
||||||
TERMUX_PKG_VERSION=7.1
|
TERMUX_PKG_VERSION=7.1
|
||||||
|
TERMUX_PKG_BUILD_REVISION=1
|
||||||
TERMUX_PKG_SRCURL=http://ftp.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}p1.tar.gz
|
TERMUX_PKG_SRCURL=http://ftp.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}p1.tar.gz
|
||||||
TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl"
|
TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl"
|
||||||
# --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries:
|
# --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries:
|
||||||
@ -25,6 +26,11 @@ termux_step_post_make_install () {
|
|||||||
cp $TERMUX_PKG_BUILDER_DIR/source-ssh-agent.sh $TERMUX_PREFIX/bin/source-ssh-agent
|
cp $TERMUX_PKG_BUILDER_DIR/source-ssh-agent.sh $TERMUX_PREFIX/bin/source-ssh-agent
|
||||||
cp $TERMUX_PKG_BUILDER_DIR/ssh-with-agent.sh $TERMUX_PREFIX/bin/ssha
|
cp $TERMUX_PKG_BUILDER_DIR/ssh-with-agent.sh $TERMUX_PREFIX/bin/ssha
|
||||||
|
|
||||||
|
# Install ssh-copy-id:
|
||||||
|
cp $TERMUX_PKG_SRCDIR/contrib/ssh-copy-id.1 $TERMUX_PREFIX/share/man/man1/
|
||||||
|
cp $TERMUX_PKG_SRCDIR/contrib/ssh-copy-id $TERMUX_PREFIX/bin/
|
||||||
|
chmod +x $TERMUX_PREFIX/bin/ssh-copy-id
|
||||||
|
|
||||||
mkdir -p $TERMUX_PREFIX/var/run
|
mkdir -p $TERMUX_PREFIX/var/run
|
||||||
echo "OpenSSH needs this folder to put sshd.pid in" >> $TERMUX_PREFIX/var/run/README.openssh
|
echo "OpenSSH needs this folder to put sshd.pid in" >> $TERMUX_PREFIX/var/run/README.openssh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user