1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 18:12:39 +01:00

sys-kernel/dracut-crypt-ssh: Add ebuild

This commit is contained in:
2020-05-11 23:27:03 +02:00
parent ae046860c6
commit 185464905b
5 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="early unlocking of encrypted systems via ssh for dracut"
HOMEPAGE="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh"
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
PATCHES=(
"${FILESDIR}"/${P}-configure-make-sure-string-is-interpreted-as-base10-integer.patch
"${FILESDIR}"/${P}-correctly-link-with--as-needed.patch
)
DEPEND="sys-kernel/dracut"
RDEPEND="${DEPEND}
net-misc/dhcp
net-misc/dropbear"
DOCS=("README.md")