summaryrefslogblamecommitdiff
path: root/user/breeze-grub/APKBUILD
blob: 1f3fa93d0c193d5788ab2324480867e46f1a1986 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


                                                  
             









                                               
                                                                                  





                                                     
                                                                                                                                                                        
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=breeze-grub
pkgver=5.24.5
pkgrel=0
pkgdesc="KDE Breeze theme for GRUB boot screen"
url="https://www.kde.org/"
arch="noarch"
options="!check"  # Theme files, no code.
license="GPL-3.0+"
depends="grub"
makedepends=""
subpackages=""
install_if="grub breeze"
source="https://download.kde.org/stable/plasma/$pkgver/breeze-grub-$pkgver.tar.xz"

package() {
	mkdir -p "$pkgdir"/usr/share/grub/themes
	cp -r breeze "$pkgdir"/usr/share/grub/themes/
}

sha512sums="5ffba2c633f0442c6bb109df6f6ce73d527788c93487818f4c93f6140935eaeae76b7d1efb00d570a766054e2aac5bfea17f6ae7439b04c9dc0f6d8e02d10355  breeze-grub-5.24.5.tar.xz"