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

recipes/utils/dracut/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: dracut
pkgver: '112'
pkgrel: 1
pkgdesc: Can generate a customized initrams image which contains only whatever is necessary to boot
url: 'https://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html'
arch: x86_64
depends: []
makedepends:
- pkgconf
- kmod
- asciidoctor
- systemd
source:
- 'https://github.com/dracut-ng/dracut-ng/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  sed -i "s@/lib/modules@/usr/lib/modules@g" \
  ${pkgname}-${pkgver}/${pkgname}.sh
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install