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:
parent
b7118581dd
commit
4dbf379cdb
1 changed files with 9 additions and 8 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue