sys-kernel/dracut-sshd

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

View File

@@ -0,0 +1 @@
EBUILD dracut-sshd-9999.ebuild 486 BLAKE2B 2f4715cfac1a6e680334f7637895453569d0f4be9f8b6b8e48f28d54c6460e93dd81b6db05f28104328f8340e81d1cb9bd67c3ba58cf52bf2523924ea1dcc225 SHA512 33437a308eb372948b7da77100db3d595a55ec31cc4dfa3e5c178a6a003b3e2a4f8f95a1016081b95395710f18953ad343c4ff26e16e8f00d0f8d5c90ff61d2c

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="GPL-3"
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
}