mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 16:02:39 +01:00
26 lines
638 B
Bash
26 lines
638 B
Bash
# 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")
|