# Maintainer: Simona pkgname=grub-custom-simona pkgver=0.0.3 pkgrel=1 pkgdesc="Compile an alternative list of the usable kernels of the grub boot menu indicating the kernel relase, obtained from the output of the 'file' command, instead of the file name." url="https://github.com/simona70/grub-custom-simona" arch=('any') license=('GPL2') depends=('grub' 'bash') source=($pkgname-$pkgver.tar.gz) backup=('etc/default/grub-custom') md5sums=('53bb970359dc3fc916f78774d8556a2a') package() { install -Dm 644 "$srcdir/etc/default/grub-custom" "$pkgdir/etc/default/grub-custom" install -Dm 755 "$srcdir/etc/grub.d/11_linux_simona" "$pkgdir/etc/grub.d/11_linux_simona" }