el-get/recipes/forge.rcp

18 lines
780 B
Plaintext
Raw Normal View History

2018-12-27 01:08:11 +08:00
(:name forge
:website "https://github.com/magit/forge#readme"
:description "Work with Git forges from the comfort of Magit."
:type github
:pkgname "magit/forge"
:branch "master"
:minimum-emacs-version "25.1"
;; The package.el dependency is on `emacsql-sqlite', but el-get
;; provides that via `emacsql'.
:depends (closql dash emacsql ghub let-alist magit markdown-mode)
2018-12-27 01:08:11 +08:00
: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")))