Files
overlay/sys-kernel/dracut-sshd/dracut-sshd-9999.ebuild
2020-11-02 21:15:50 +01:00

27 lines
486 B
Bash

# 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
}