Skip to content

Commit

Permalink
zfsbootmenu: update to 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra authored and ahesford committed Sep 17, 2020
1 parent 1778fe1 commit e08fada
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions srcpkgs/zfsbootmenu/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
# 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>"
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
Expand Down

0 comments on commit e08fada

Please sign in to comment.