# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A dracut module to set up dm-verity for a root device." HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/dracut-verity.git" SRC_URI="https://git.pinkro.se/Rose/gardenhouse/dracut-verity.git/snapshot/dracut-verity-1.0.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="* -~*" IUSE="" DEPEND=" sys-fs/cryptsetup " RDEPEND="${DEPEND}" src_install() { exeinto /usr/lib/dracut/modules.d/71verity/ doexe 71verity/*.sh }