void-packages/srcpkgs/zfsbootmenu/template
2021-01-12 10:27:07 -05:00

30 lines
955 B
Bash

# Template file for 'zfsbootmenu'
pkgname=zfsbootmenu
version=1.8.1
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/zbm-dev/zfsbootmenu"
changelog="https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/CHANGELOG.md"
distfiles="https://github.com/zbm-dev/zfsbootmenu/archive/v${version}.tar.gz"
checksum=b86e34448ccb43e4c4f2e6cad51886bb97252475318b79e27c963dc42f64e787
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}
}