summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0865eccac5e10f48945193ece00d16555509d5ca (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 "${srcdir}/${pkgname}-${pkgver}/theme"
  install -d -m755 "${pkgdir}/boot/grub/themes/arch-leap"
  install -m644 * "${pkgdir}/boot/grub/themes/arch-leap/"
}