12345678910111213141516171819202122232425 |
- pkgbase = openssh-dotconfig-bin
- pkgdesc = Premier connectivity tool for remote login with the SSH protocol - but moved $HOME/.ssh to $HOME/.config/ssh (binary version)
- pkgver = 9.2p1
- pkgrel = 1
- url = https://www.openssh.com/portable.html
- arch = x86_64
- license = custom:BSD
- depends = glibc
- depends = krb5
- depends = openssl
- depends = libedit
- depends = ldns
- depends = libxcrypt
- depends = libcrypt.so
- depends = zlib
- depends = pam
- optdepends = xorg-xauth: X11 forwarding
- optdepends = x11-ssh-askpass: input passphrase in X
- optdepends = libfido2: FIDO/U2F support
- provides = openssh
- conflicts = openssh
- source = https://github.com/noahvogt/openssh-dotconfig-aur/releases/download/9.2p1-1/openssh-dotconfig-9.2p1-1-x86_64.pkg.tar.zst
- sha256sums = ca44d8d22efefbffc3985d08e95ba0345219c23ac324e5546fa6489256b33b17
- pkgname = openssh-dotconfig-bin
|