el-get/recipes/swiper.rcp
pasja d8321df8c4
Fix swiper build (#2907)
hydra is a build-time dependency of swiper since
40e017dc1b
and this patch follows that change in the recipe

Also see https://github.com/abo-abo/swiper/issues/3011
2023-06-23 09:18:54 +02:00

21 lines
1.0 KiB
Plaintext

(:name swiper
:description "Gives you an overview as you search for a regex."
:type github
:depends (cl-lib avy hydra)
:pkgname "abo-abo/swiper"
:build `(("make"
,(format "emacs=%s -L %s -L %s"
el-get-emacs
(concat (file-name-as-directory el-get-dir) "avy")
(concat (file-name-as-directory el-get-dir) "hydra"))
"compile")
("makeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
:build/berkeley-unix `(("gmake"
,(format "emacs=%s -L %s -L %s"
el-get-emacs
(concat (file-name-as-directory el-get-dir) "avy")
(concat (file-name-as-directory el-get-dir) "hydra"))
"compile")
("gmakeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
:info "doc/ivy.info")