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

recipes/utils/haveged/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: haveged
pkgver: '1.9.26'
pkgrel: '1'
pkgdesc: Daemon that generates an unpredictable stream of random numbers and feeds the /dev/random
url: 'https://www.issihosts.com/haveged/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://repo.paganlinux.eu/sources/pagan-scripts-20260822.tar.gz'
- 'https://github.com/jirka-h/${pkgname}/archive/v${pkgver}.tar.gz'
sha256sums:
- 32e0aec88cc56a8afe0b2671debe47d19357792a6ffaffaf6e3db8a021a57072
- 74bc6052506451ca9f23ba186f72cf81b124f859351f8a4b777ead32d9bdd4da
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
              --sbindir=/usr/bin

  make
  make DESTDIR=${PKGDIR} install

  mkdir -pv    ${PKGDIR}/usr/share/doc/${pkgname}
  cp -v README ${PKGDIR}/usr/share/doc/${pkgname}

  # Service
  cd ../pagan-scripts-20260822
  make DESTDIR=${PKGDIR} install-sysd-haveged
package: |
  true