. "$GRIMOIRE"/MESON_FUNCTIONS
      SPELL=mkinitcpio
    VERSION=41.1
   SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/archlinux/$SPELL/archive/refs/tags/v$VERSION.tar.gz
   SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_HASH=sha512:590c252d3c6698b4b3d8dae22cdb82f0809358da77337fddab6f3a8a59f2ba360e05fed450401983181cca8ca6c7ff32fc82af00b427d7541f3c8ef75ca0c7d0
   WEB_SITE=https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio
   LICENSE[0]=GPL-2.0-only
   ENTERED=20260822
   KEYWORDS="boot initramfs"
   SHORT="modular initramfs image creation utility"
cat << EOF
mkinitcpio is a modular tool used to create an initial ramdisk environment
(initramfs) for booting the Linux kernel. It was originally written for,
and is still primarily used by, Arch Linux and its derivatives.

An initramfs built by mkinitcpio is assembled from a set of "hooks", each
of which is responsible for copying the binaries, libraries, kernel
modules, and udev rules needed to bring up the root file system before
the real init is started. Hooks and configuration live under
/etc/mkinitcpio.conf and /etc/mkinitcpio.d.
EOF
