Files
overlay/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.3.ebuild
2017-02-05 22:19:45 +01:00

18 lines
493 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="dracut initramfs module to start dropbear sshd during boot to enter LUKS passphrase remotely"
HOMEPAGE="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh"
SRC_URI="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh/archive/v1.0.3.zip -> ${P}.zip"
LICENSE="BSD-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-kernel/dracut"
RDEPEND="${DEPEND}"