New package: zfsbootmenu-0.8.1

This commit is contained in:
Zach Dykstra 2020-01-30 10:01:55 -06:00 committed by Juan RP
parent 3c7965f5fd
commit 7dbd63fff2
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
case "${ACTION}" in
post)
generate-zbm
;;
esac

View file

@ -0,0 +1,18 @@
# Template file for 'zfsbootmenu'
pkgname=zfsbootmenu
version=0.8.1
revision=1
archs=noarch
build_style=gnu-makefile
conf_files="/etc/zfsbootmenu/config.ini"
depends="dracut zfs fzf kexec-tools bash pigz perl-Config-IniFiles perl-Sort-Versions"
short_desc="ZFS Boot Environment menu, implemented in Dracut"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT"
homepage="https://github.com/zdykstra/zfsbootmenu"
distfiles="https://github.com/zdykstra/zfsbootmenu/archive/v${version}.tar.gz"
checksum=4013da22f34f29b1dd65102f1e6e1e319ef86fc7ef12de5f2cfe4cac66cd72d3
post_install() {
vlicense LICENSE
}