From 35f79a80fdc4d564acf8d531c36e8a35bf65ceb6 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Thu, 30 Dec 2021 16:35:50 +0530 Subject: [PATCH] Update recipe for ghub - Build info documentation - Add `let-alist` to depends - Add the correct load-path for ghub --- recipes/ghub.rcp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes/ghub.rcp b/recipes/ghub.rcp index 29b689a6..f7a3088d 100644 --- a/recipes/ghub.rcp +++ b/recipes/ghub.rcp @@ -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")))