blob: 030cc11d68f7c4d21e04aa1511fb6eb6d354020c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = dracut-crypt-ssh
pkgdesc = Dracut initramfs module to start dropbear sshd during boot to enter LUKS passphrase remotely
pkgver = 1.0.3
pkgrel = 1
url = https://github.com/dracut-crypt-ssh/dracut-crypt-ssh
arch = i686
arch = x86_64
arch = aarch64
license = GPL2
depends = dracut
depends = dhclient
depends = dropbear
provides = dracut-crypt-ssh-git
conflicts = dracut-crypt-ssh-git
backup = etc/dracut.conf.d/crypt-ssh.conf
source = https://github.com/dracut-crypt-ssh/dracut-crypt-ssh/archive/v1.0.3.tar.gz
md5sums = SKIP
pkgname = dracut-crypt-ssh
|