New package: mkinitcpio-dropbear-0.0.4
This commit is contained in:
parent
dc50432a38
commit
7df734c948
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue