main/postmarketos-dev: add openssh-client as dependency

And reorder deps alphabetically. This is a follow-up from
f85eabcca6

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6305
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Pablo Correa Gómez 2025-03-12 11:24:20 +01:00 committed by Pablo Correa Gómez
parent b7118581dd
commit 4dbf379cdb
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -1,23 +1,24 @@
# Maintainer: Caleb Connolly <caleb@postmarketos.org>
pkgname=postmarketos-dev
pkgver=1
pkgrel=0
pkgrel=1
pkgdesc="postmarketOS development tools"
url="https://postmarketos.org"
arch="noarch"
license="MIT"
options="!check"
depends="
htop
coreutils
nano
psutils
iputils
alpine-sdk
findutils
gawk
bash
bash-completion
coreutils
findutils
gawk
htop
nano
iputils
openssh-client
psutils
"
install="$pkgname.post-install $pkgname.post-deinstall"