2021-04-20 11:38:42 +02:00
|
|
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
|
|
|
_pkgname=grub
|
|
|
|
_reponame=arch-pkg
|
|
|
|
pkgname="de-p1st-$_pkgname"
|
2021-04-23 10:58:54 +02:00
|
|
|
pkgver=0.0.2
|
2021-04-20 11:38:42 +02:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="grub with configuration"
|
|
|
|
arch=('any')
|
|
|
|
url="https://git.privacy1st.de/langfingaz/${_reponame}"
|
|
|
|
license=('MIT')
|
|
|
|
groups=()
|
|
|
|
depends=('grub')
|
2021-04-22 13:37:47 +02:00
|
|
|
makedepends=('git')
|
2021-04-20 11:38:42 +02:00
|
|
|
optdepends=()
|
|
|
|
provides=()
|
|
|
|
conflicts=()
|
|
|
|
replaces=()
|
|
|
|
backup=()
|
|
|
|
options=()
|
|
|
|
install=
|
|
|
|
changelog=
|
|
|
|
source=("git+${url}.git")
|
|
|
|
noextract=()
|
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${_reponame}/pkg/${pkgname}"
|
|
|
|
|
2021-04-23 10:58:54 +02:00
|
|
|
install -Dm0755 -o0 40_efi_setup "$pkgdir"/etc/grub.d/40_efi_setup
|
2021-04-20 11:38:42 +02:00
|
|
|
}
|