arch/pkg/de-p1st-grub/PKGBUILD

27 lines
736 B
Bash

# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=grub
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.5
pkgrel=2
pkgdesc="grub with configuration"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
depends+=('grub')
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
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
}