el-get/recipes/epkg.rcp
Vedang Manerikar a5fcdcc7e7 Update recipe for epkg
- Build info documentation
- Add correct load-path for the lisp files
2021-12-30 16:43:20 +05:30

15 lines
573 B
Plaintext

(:name epkg
:description "Browse the Emacsmirror package database"
:type github
:pkgname "emacscollective/epkg"
:depends (closql dash)
:minimum-emacs-version "25.1"
:info "docs"
:load "lisp/"
:compile "lisp/"
;; Use the Makefile to produce the info manual, el-get can
;; handle compilation and autoloads on its own.
:build `(("make" ,(format "EMACSBIN=%s" el-get-emacs) "info"))
:build/berkeley-unix `(("gmake" ,(format "EMACSBIN=%s" el-get-emacs)
"info")))