# Maintainer: Filipe Laíns (FFY00) <lains@archlinux.org>

pkgname=grub-theme-vimix
pkgver=20190605
_commit=7e85087139d95694b4d4e9cc6d58c3f54a8544da
pkgrel=3
pkgdesc='A blur theme for grub'
arch=(any)
url='https://github.com/Se7endAY/grub2-theme-vimix'
license=('GPL3')
depends=('grub')
optdepends=('grub-customizer: GUI tool to configure grub')
replaces=('vimix-grub')
makedepends=('git')
source=("git+https://github.com/Se7endAY/grub2-theme-vimix#commit=$_commit")
sha512sums=('SKIP')

package() {
    install -dm 755 "$pkgdir"/usr/share/grub/themes/Vimix
    cp -r --no-preserve=ownership grub2-theme-vimix/Vimix "$pkgdir"/usr/share/grub/themes/
}

