# Maintainer: Daniel Langbein _pkgname=grub _reponame=arch pkgname="de-p1st-$_pkgname" pkgver=0.0.2 pkgrel=2 pkgdesc="grub with configuration" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') groups=() depends=('grub') makedepends=('git') optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("git+${url}.git") noextract=() sha256sums=('SKIP') package() { cd "${_reponame}/pkg/${pkgname}" install -Dm0755 -o0 40_efi_setup "$pkgdir"/etc/grub.d/40_efi_setup }