# Maintainer: Daniel Langbein _pkgname=grub _reponame=arch pkgname="de-p1st-$_pkgname" pkgver=0.0.5 pkgrel=1 pkgdesc="grub with configuration" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') depends=('grub' 'holo' 'git' 'base') makedepends=('git') install='.install' changelog= source=("git+${url}.git") sha256sums=('SKIP') package() { cd "${_reponame}/pkg/${pkgname}" install -Dm0755 -o0 40_efi_setup "$pkgdir"/etc/grub.d/40_efi_setup install -Dm0544 grub.holoscript "$pkgdir"/usr/share/holo/files/10-"$pkgname"/etc/default/grub.holoscript }