mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
openssh: add new package
This commit is contained in:
parent
9a3d867f3f
commit
f0bc64d0db
21
extra/openssh/build
Executable file
21
extra/openssh/build
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--datadir=/usr/share/openssh \
|
||||
--sysconfdir=/etc/ssh \
|
||||
--without-selinux \
|
||||
--with-privsep-user=nobody \
|
||||
--with-mantype=doc \
|
||||
--without-rpath \
|
||||
--disable-strip \
|
||||
--with-ssl-engine \
|
||||
--with-pid-dir=/run \
|
||||
--disable-wtmp \
|
||||
--disable-utmp
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
install -m 755 contrib/ssh-copy-id "$1/usr/bin/ssh-copy-id"
|
||||
install -m 644 contrib/ssh-copy-id.1 "$1/usr/share/man/man8/ssh-copy-id.1"
|
1
extra/openssh/checksums
Normal file
1
extra/openssh/checksums
Normal file
@ -0,0 +1 @@
|
||||
bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68 openssh-8.0p1.tar.gz
|
1
extra/openssh/sources
Normal file
1
extra/openssh/sources
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.0p1.tar.gz
|
1
extra/openssh/version
Normal file
1
extra/openssh/version
Normal file
@ -0,0 +1 @@
|
||||
8.0p1 1
|
Loading…
Reference in New Issue
Block a user