aboutsummaryrefslogtreecommitdiffstats
path: root/community/breeze-grub/APKBUILD
blob: a45fa656f4c1db1c453f43a4caadf7d0b11ff919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=breeze-grub
pkgver=5.18.1
pkgrel=0
pkgdesc="Breeze theme for GRUB"
arch="noarch !s390x !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-3.0-or-later"
depends="grub"
makedepends="extra-cmake-modules unifont"
source="$pkgname-$pkgver.tar.xz::https://download.kde.org/stable/plasma/$pkgver/breeze-grub-$pkgver.tar.xz"
options="!check" # No test suite available

build() {
	./mkfont.sh
}

package() {
	install -d "$pkgdir"/usr/share/grub/themes
	cp -r breeze "$pkgdir"/usr/share/grub/themes
}
sha512sums="af034a3f34354fdb5ea485df8826d2987f25a55f8f5585fe324e385d0ed6bd345ffdca08c169293be61c1655b267b78ccd6b2980dd356c7421b646eb2ad0c908  breeze-grub-5.18.1.tar.xz"