17 lines
556 B
Bash
17 lines
556 B
Bash
# Template file for 'mkinitcpio-dropbear'
|
|
pkgname=mkinitcpio-dropbear
|
|
version=0.0.5
|
|
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=35d11bd4040ccc75b8d1b534c2c9abc11a7604c6f6fbbb568a97521c73e1e88f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|