# Maintainer: Luke R. GPG: rsa4096/3EAE8697 pkgname=grub2-theme-gnuaxiom _pkgname=GNUAxiom pkgver=1.0 pkgrel=1 pkgdesc="A Parabola GNU/Linux-libre theme for grub2, forked from Axiom." arch=('any') url="https://github.com/g4jc/GNUAxiom" license=('GPL2') makedepends=('grub') source=("https://github.com/g4jc/$_pkgname/archive/$pkgver.tar.gz") install=("$pkgname.install") sha512sums=('3ffee3d205d7a85a5272b46d32d608d42844e5e3941262e5b59f88b193a1822fbe720cbaee1d30540a7b4034d267fcf533ca7a3b9f5124b627ba9538a7120d3c') prepare() { cd $srcdir mv $_pkgname-$pkgver $_pkgname } package() { cd $srcdir find . -type f -exec install -D -m644 {} ${pkgdir}/boot/grub/themes/{} \; }