el-get/recipes/ghub.rcp
Vedang Manerikar 35f79a80fd Update recipe for ghub
- Build info documentation
- Add `let-alist` to depends
- Add the correct load-path for ghub
2021-12-30 16:43:20 +05:30

14 lines
532 B
Plaintext

(:name ghub
:type github
:description "Minuscule client for the Github API"
:pkgname "magit/ghub"
:depends (let-alist treepy)
:info "docs"
:load-path "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")))