18 lines
529 B
Text
18 lines
529 B
Text
|
# 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
|
||
|
}
|