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:
25
sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.7.ebuild
Normal file
25
sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.7.ebuild
Normal 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")
|
||||
Reference in New Issue
Block a user