el-get/recipes/forge.rcp
Noam Postavsky 940ff3d0ca Fix emacsql (forge dependency)
* recipes/emacsql.rcp (emacsql): It now requires Emacs 25 instead of
finalize.
* recipes/finalize.rcp (finalize): Note that it's obsolete as of Emacs
25.
* recipes/forge.rcp (forge): Depend on emacsql, rather than
emacsql-sqlite (which is the package.el name, el-get doesn't make the
separation).
2019-03-31 12:14:33 -04:00

18 lines
788 B
Plaintext

(: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 graphql let-alist magit markdown-mode)
: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")))