New package: mkinitcpio-dropbear-0.0.4

This commit is contained in:
Andrew J. Hesford 2023-08-23 17:30:51 -04:00 committed by Andrew J. Hesford
parent dc50432a38
commit 7df734c948
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'mkinitcpio-dropbear'
pkgname=mkinitcpio-dropbear
version=0.0.4
revision=1
build_style=gnu-makefile
depends="mkinitcpio dropbear"
short_desc="Hook for mkinitcpio to enable dropbear SSH in early userspace"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/ahesford/mkinitcpio-dropbear"
distfiles="https://github.com/ahesford/mkinitcpio-dropbear/archive/v${version}.tar.gz"
checksum=25c9bc01ff19a3807f7a16bc2eb18fd0938e9191d88390eec74e4aa566ce3374
post_install() {
vlicense LICENSE
}