summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5a9ba8ae4692f43055ecee634c7c03b86fe58e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer:

pkgname=grub2-theme-arch-leap
pkgver=1
pkgrel=3
pkgdesc="Arch Linux branded theme adapted from openSUSE Leap 42.1"
url="https://github.com/i3wm/grub2-theme-arch-leap"
arch=('any')
license=('GPL' 'CCPL:by-sa')
depends=('grub')
source=("$pkgname-$pkgver.tar.gz::https://github.com/i3wm/grub2-theme-arch-leap/archive/$pkgver.tar.gz")
sha256sums=('ab67c35a5da28a109dbab493909ee7e1f9ad851274a42b0ff1aea03a73712100')

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