summaryrefslogtreecommitdiff
path: root/data/_openssh/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/_openssh/make.sh')
-rw-r--r--data/_openssh/make.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/_openssh/make.sh b/data/_openssh/make.sh
new file mode 100644
index 000000000..cef4f65e0
--- /dev/null
+++ b/data/_openssh/make.sh
@@ -0,0 +1,11 @@
+pkg:setup
+autoconf
+pkg:configure --disable-strip --sysconfdir=/etc/ssh --disable-libutil --disable-utmp --disable-wtmp
+pkg:make
+pkg:install INSTALL_SSH_RAND_HELPER=yes
+pkg: cp -a %/sshd-keygen-wrapper /usr/libexec
+pkg: mkdir -p /Library/LaunchDaemons
+pkg: cp -a %/com.openssh.sshd.plist /Library/LaunchDaemons
+pkg: cp -a %/com.openssh.sshd-localhost.plist /Library/LaunchDaemons
+pkg: cp -af %/ssh{d,}_config /etc/ssh
+subpkg:stage