zfsbootmenu: update to 1.5.0.
This commit is contained in:
parent
1778fe1628
commit
e08fada2ae
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'zfsbootmenu'
|
# Template file for 'zfsbootmenu'
|
||||||
pkgname=zfsbootmenu
|
pkgname=zfsbootmenu
|
||||||
version=1.4.1
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
conf_files="/etc/zfsbootmenu/config.yaml"
|
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"
|
perl-Config-IniFiles perl-Sort-Versions perl-boolean perl-YAML-PP"
|
||||||
short_desc="ZFS Boot Environment menu, implemented in Dracut"
|
short_desc="ZFS Boot Environment menu, implemented in Dracut"
|
||||||
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||||
|
@ -13,7 +12,16 @@ license="MIT"
|
||||||
homepage="https://github.com/zdykstra/zfsbootmenu"
|
homepage="https://github.com/zdykstra/zfsbootmenu"
|
||||||
changelog="https://raw.githubusercontent.com/zdykstra/zfsbootmenu/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/zdykstra/zfsbootmenu/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/zdykstra/zfsbootmenu/archive/v${version}.tar.gz"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue