el-get/recipes/gnus.rcp

11 lines
401 B
Plaintext
Raw Normal View History

(:name gnus
:description "A newsreader for GNU Emacs"
:type git
:url "http://git.gnus.org/gnus.git"
:build `(("./configure" ,(concat "--with-emacs=" (shell-quote-argument el-get-emacs ))) ("make"))
:build/windows-nt `(,(concat "\"make.bat " invocation-directory "\""))
:info "texi"
:load-path ("lisp")
:autoloads nil
:features gnus-load)