arch/pkg/de-p1st-grub/PKGBUILD

31 lines
557 B
Bash
Raw Normal View History

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