arch-pkgs/systemd-boot-alpm-hook/PKGBUILD
George Rawlinson 40a7250c58
build: import forked packages
Packages from either the AUR or generated by myself.
2021-07-24 10:00:59 +00:00

18 lines
529 B
Bash

# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=systemd-boot-alpm-hook
pkgver=1.0.0
pkgrel=1
pkgdesc='alpm hook for systemd-boot'
url='https://wiki.archlinux.org/index.php/Systemd-boot'
arch=('any')
license=('GPL')
depends=('systemd')
source=('100-systemd-boot.hook')
sha512sums=('a1f9c6fdf9315864632d1b7321d4a50b9dbef6a678b4619e9c1f9cd4c057e80ef842533a99079dca8594873d716e650ff7053194bec029f77c1379073bb35809')
package() {
install -Dm644 -t "${pkgdir}/usr/share/libalpm/hooks" \
100-systemd-boot.hook
}