summaryrefslogtreecommitdiff
path: root/pcr/grub2-theme-gnuaxiom/PKGBUILD
blob: c84f70732cae6d5f69593102c2d5ba2945c1b46a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Luke R. <g4jc@openmailbox.org> 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/{} \;
}