summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f312f50c53b628ebe0983ec624867c4ddcd392dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Simona <simona.pisano[at]gmail[dot]com>
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"
}