# Maintainer: Luke R. GPG: rsa4096/3EAE8697 pkgname=grub2-theme-gnuaxiom _pkgname=GNUAxiom pkgver=1.03 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=('730c30d39255ea8c9b178ce0f6ebe754e2443a7c64422200ae3dfffc78ce9a645e3488e6b7078e7b96f7ccbaa161730bd2f7af5a4d391240401f4cad792e2686') prepare() { cd $srcdir mv $_pkgname-$pkgver $_pkgname } package() { cd $srcdir find . -type f -exec install -D -m644 {} ${pkgdir}/boot/grub/themes/{} \; }