void-packages/srcpkgs/zfsbootmenu/template

31 lines
958 B
Bash

# Template file for 'zfsbootmenu'
pkgname=zfsbootmenu
version=1.5.0
revision=1
build_style=gnu-makefile
conf_files="/etc/zfsbootmenu/config.yaml"
depends="dracut zfs kexec-tools bash pigz mbuffer
perl-Config-IniFiles perl-Sort-Versions perl-boolean perl-YAML-PP"
short_desc="ZFS Boot Environment menu, implemented in Dracut"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT"
homepage="https://github.com/zdykstra/zfsbootmenu"
changelog="https://raw.githubusercontent.com/zdykstra/zfsbootmenu/master/CHANGELOG.md"
distfiles="https://github.com/zdykstra/zfsbootmenu/archive/v${version}.tar.gz"
checksum=dfcc3ccdc899f5425aa750ad347413e979f6d372e6cb8a12b8087719755c125e
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
depends+=" fzf"
;;
*)
depends+=" skim"
;;
esac
post_install() {
vlicense LICENSE
vmkdir usr/share/examples/${pkgname}
vcopy etc/zfsbootmenu/config.yaml usr/share/examples/${pkgname}
}