zfsbootmenu: less bad fzf/skim checking
This commit is contained in:
parent
e08fada2ae
commit
516aa11ede
1 changed files with 5 additions and 5 deletions
|
@ -15,12 +15,12 @@ distfiles="https://github.com/zdykstra/zfsbootmenu/archive/v${version}.tar.gz"
|
|||
checksum=dfcc3ccdc899f5425aa750ad347413e979f6d372e6cb8a12b8087719755c125e
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc|ppc-musl|ppc64|ppc64-musl)
|
||||
depends+=" skim"
|
||||
;;
|
||||
*)
|
||||
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
|
||||
depends+=" fzf"
|
||||
;;
|
||||
;;
|
||||
*)
|
||||
depends+=" skim"
|
||||
;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue