summaryrefslogtreecommitdiff
path: root/pcr/grub2-theme-gnuaxiom/PKGBUILD
blob: 4dc1484c1c372f2dfb6094281ca446d46adb529d (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=('fce534c2f39b0fa210eeff9767f58a4aa9ad0a2f7f17edd0cea47ff217daaa6ad14c128d47eb840f03c0a675dfd1e39779cff3d6100808bdf4f62a837f116bf6')

prepare() {
cd $srcdir
 mv $_pkgname-$pkgver $_pkgname
}

package() {
  cd $srcdir
   find . -type f -exec install -D -m644 {} ${pkgdir}/boot/grub/themes/{} \;
}