el-get/recipes/swiper.rcp
2018-02-05 10:07:21 +01:00

11 lines
488 B
Plaintext

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