Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zfsbootmenu: update to 1.5.0. #24953

Merged
merged 1 commit into from
Sep 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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