void-packages/srcpkgs/mkinitcpio-dropbear/template

17 lines
556 B
Bash
Raw Normal View History

2023-08-23 23:30:51 +02:00
# Template file for 'mkinitcpio-dropbear'
pkgname=mkinitcpio-dropbear
2023-09-09 04:36:05 +02:00
version=0.0.5
2023-08-23 23:30:51 +02:00
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"
2023-09-09 04:36:05 +02:00
checksum=35d11bd4040ccc75b8d1b534c2c9abc11a7604c6f6fbbb568a97521c73e1e88f
2023-08-23 23:30:51 +02:00
post_install() {
vlicense LICENSE
}