el-get/recipes/forge.rcp
Vedang Manerikar 72c191aa88
Update recipe for forge (#2943)
Bring the dependency list up-to-date, based on deps in `forge-pkg.el`
2024-05-23 17:39:42 +02:00

20 lines
859 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 "main"
:minimum-emacs-version "25.1"
;; The package.el dependency is on `emacsql-sqlite', but el-get
;; provides that via `emacsql'.
:depends (compat closql dash emacsql ghub let-alist magit markdown-mode
seq transient yaml)
: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")))