summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d7dd8375313f0ee1952202a5c7ec85f3e6a74654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Shira Nguyen <sn3446409@gmail.com>
# Contributor: Nathan Doyle <natetronn <at> Gmail-DOT-Com>
# Contributor: American_Jesus <american.jesus.pt AT gmail DOT com>
pkgname=grub2-theme-preview
pkgver=2.9.1
pkgrel=1
pkgdesc="Preview a full GRUB 2.x theme (or just a background image) using KVM/QEMU"
arch=('any')
url="https://github.com/hartwork/grub2-theme-preview"
license=('GPL')
depends=('grub' 'qemu' 'mtools' 'python' 'python-setuptools' 'libisoburn' 'edk2-ovmf')
makedepends=('git')
source=("git+https://github.com/hartwork/grub2-theme-preview.git#tag=${pkgver}")
sha256sums=('SKIP')

package() {
  cd "${srcdir}/$pkgname"
  make DESTDIR="$pkgdir" install
}