zfsbootmenu: update to 1.5.0.

This commit is contained in:
Zach Dykstra 2020-09-16 22:55:41 -05:00 committed by Andrew J. Hesford
parent 1778fe1628
commit e08fada2ae

View file

@ -1,11 +1,10 @@
# Template file for 'zfsbootmenu'
pkgname=zfsbootmenu
version=1.4.1
version=1.5.0
revision=1
archs=noarch
build_style=gnu-makefile
conf_files="/etc/zfsbootmenu/config.yaml"
depends="dracut zfs fzf kexec-tools bash pigz mbuffer
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>"
@ -13,7 +12,16 @@ 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=1174454a1e0e22159e33da2eac83301fd2a1dfae7aa46b41ced5304c512a6847
checksum=dfcc3ccdc899f5425aa750ad347413e979f6d372e6cb8a12b8087719755c125e
case "$XBPS_TARGET_MACHINE" in
ppc|ppc-musl|ppc64|ppc64-musl)
depends+=" skim"
;;
*)
depends+=" fzf"
;;
esac
post_install() {
vlicense LICENSE