1
0
Fork 0

Upload files to 'dropbear-client'

This commit is contained in:
MGislv 2021-11-07 14:09:54 +00:00
parent 3f08c6d0ad
commit 616209a243
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,10 @@
# Maintainer: MGislv <nocentinigabriele91@gmail.com>
_name=dropbear
pkgname=dropbear-client
pkgver=2020.81
pkgrel=1
pkgdesc='Lightweight SSH server (client only)'
pkgdesc='Lightweight SSH client'
arch=(x86_64)
url='https://github.com/mkj/dropbear'
license=(MIT)
@ -31,6 +33,5 @@ build() {
package() {
install -d "$pkgdir/etc/$_name"
make -C $_name install PROGRAMS='dbclient dropbearconvert dropbearkey' DESTDIR="$pkgdir"
install -Dm644 $_name/LICENSE \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 $_name/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}