el-get/recipes/transient.rcp
2019-03-11 15:26:40 +08:00

17 lines
649 B
Plaintext

(:name transient
:website "https://github.com/magit/transient#readme"
:description "Transient commands used by magit."
:type github
:pkgname "magit/transient"
:branch "master"
:minimum-emacs-version "25.1"
:depends (dash)
: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")))