sys-kernel/dracut-sshd

This commit is contained in:
Florian Tham
2020-11-02 21:15:50 +01:00
parent 0d24bc151e
commit 74361b64f2
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
inherit git-r3
DESCRIPTION="Dracut OpenSSH integration"
HOMEPAGE="https://github.com/gsauthof/dracut-sshd"
EGIT_REPO_URI="https://github.com/gsauthof/dracut-sshd.git"
LICENSE="GPLv3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="sys-kernel/dracut"
RDEPEND="${DEPEND}"
src_install () {
insinto /usr/lib/dracut/modules.d
doins -r 46sshd
dodoc -r README.md example
}