🔒 Repository is read-only – file editing is disabled.

recipes/utils/dropbear/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: dropbear
pkgver: '2026.94'
pkgrel: '1'
pkgdesc: Lightweight SSH server
url: 'https://github.com/mkj/dropbear'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- m4
- sed
- grep
source:
- 'https://github.com/mkj/dropbear/archive/DROPBEAR_${pkgver}.tar.gz'
sha256sums:
- 827d3f6e510e7554ee18d5c6a00dfee1a6a555559495e65e2e8f8d41c79eed84
build: |
  mv ${pkgname}-DROPBEAR_${pkgver} ${pkgname}-${pkgver}
  cd ${pkgname}-${pkgver}
  autoupdate
  autoheader
  ./configure --prefix=/usr \
  --sbindir=/usr/bin

  make

  make DESTDIR=${PKGDIR} install
package: |
  true