blob: 6baacee8b0705f50a73f0d14be2a87d0868d1896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = limine-dracut-support
pkgdesc = Install kernel for Limine bootloader.
pkgver = 1.10.0
pkgrel = 1
url = https://gitlab.com/Zesko/limine-entry-tool
arch = any
license = GPL3
makedepends = git
makedepends = maven
depends = bash
depends = java-environment-openjdk>=17
depends = limine
depends = dracut
depends = systemd
depends = efibootmgr
optdepends = sbctl: signs bootable EFI files for Secure Boot when enabled.
optdepends = journalctl-desktop-notification: It notifies you on Desktop when an error occurs.
provides = limine-entry-tool
conflicts = limine-dracut-support-git
conflicts = limine-entry-tool
backup = etc/limine-entry-tool.conf
source = limine-entry-tool-1.10.0.tar.gz::https://gitlab.com/Zesko/limine-entry-tool/-/archive/1.10.0/limine-entry-tool-1.10.0.tar.gz
sha256sums = 7c84bc246bc46f46d7373d706fa6cf4d7b0a440558ca4a8873415f3dc1904ff0
pkgname = limine-dracut-support
|