summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d89c60d5e51a1c2a3462429afb07a5fad39cffe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Michael Straube <m.s.online gmx.de>
pkgname=grub2-theme-arch-leap
pkgver=1
pkgrel=1
pkgdesc="Arch Linux branded theme adapted from openSUSE Leap 42.1"
url="https://github.com/mis2/grub2-theme-arch-leap"
arch=('any')
license=('GPL')
depends=('grub')
source=("https://github.com/mis2/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('73567860ca4e95ad9f3b51dad00b3735a6eb87d11f7597ca699110fe2d7fefea')

package() {
  cd $pkgname-$pkgver/theme
  install -dm755 "$pkgdir/boot/grub/themes/arch-leap"
  install -m644 * "$pkgdir/boot/grub/themes/arch-leap/"
}