blob: 4dc90c81b24431aa2458cd2f610080158b4444be (
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
26
27
|
pkgbase = mkinitcpio-archiso-git
pkgdesc = Initcpio scripts used by archiso
pkgver = 68.r0.gf0491c6
pkgrel = 1
url = https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-archiso
arch = any
license = GPL-3.0-or-later
checkdepends = shellcheck
checkdepends = shfmt
makedepends = git
depends = bash
depends = device-mapper
depends = mkinitcpio
optdepends = curl: for PXE over HTTP
optdepends = gnupg: for PGP signature verification of rootfs over PXE
optdepends = mkinitcpio-nfs-utils: for PXE over NFS
optdepends = nbd: for PXE over NBD
optdepends = openssl: for CMS signature verification of rootfs over PXE
optdepends = pv: for status display during copy to RAM
provides = mkinitcpio-archiso=68.r0.gf0491c6
conflicts = mkinitcpio-archiso
source = git+https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-archiso.git?signed
validpgpkeys = 991F6E3F0765CF6295888586139B09DA5BF0D338
validpgpkeys = BB8E6F1B81CF0BB301D74D1CBF425A01E68B38EF
sha512sums = SKIP
pkgname = mkinitcpio-archiso-git
|