swiper: add bsd build support

This commit is contained in:
Grégoire Jadi 2017-07-22 16:58:14 +02:00
parent 4a1dde57e8
commit 47e213d4f3

View File

@ -4,4 +4,6 @@
:pkgname "abo-abo/swiper"
:build (("make" "compile")
("makeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
:build/berkeley-unix (("gmake" "compile")
("gmakeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
:info "doc/ivy.info")