# Maintainer: Daniel Langbein _pkgname=grub _reponame=arch pkgname="de-p1st-$_pkgname" pkgver=0.0.3 pkgrel=2 pkgdesc="grub with configuration" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') depends=('grub' 'holo') 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/"$pkgname"/etc/default/grub.holoscript }