Update recipe for ghub

- Build info documentation
- Add `let-alist` to depends
- Add the correct load-path for ghub
This commit is contained in:
Vedang Manerikar 2021-12-30 16:35:50 +05:30
parent a5fcdcc7e7
commit 35f79a80fd

View File

@ -2,4 +2,12 @@
:type github
:description "Minuscule client for the Github API"
:pkgname "magit/ghub"
:depends (treepy))
: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")))