void-packages/srcpkgs/zfsbootmenu/template
2025-01-29 15:09:50 -05:00

23 lines
901 B
Bash

# Template file for 'zfsbootmenu'
pkgname=zfsbootmenu
version=3.0.1
revision=1
build_style=gnu-makefile
make_build_target="zbm-release"
hostmakedepends="tar"
depends="dracut zfs kexec-tools fzf bash pigz mbuffer ncurses
perl-Sort-Versions perl-boolean perl-YAML-PP"
short_desc="ZFS bootloader for root-on-ZFS systems"
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/refs/tags/v${version}.tar.gz"
checksum=de8ad10377df25dadb5ad813c4aa256a978a1d2132a955b58f13bf7d68a7dec2
conf_files="/etc/zfsbootmenu/config.yaml /etc/zfsbootmenu/mkinitcpio.conf"
post_install() {
vlicense LICENSE
vmkdir usr/share/examples/${pkgname}
vcopy etc/zfsbootmenu/config.yaml usr/share/examples/${pkgname}
}