arch/pkg/de-p1st-grub/PKGBUILD

25 lines
606 B
Bash

# Maintainer: Daniel Langbein <daniel@systemli.org>
_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
}