el-get/recipes/nognus.rcp

11 lines
403 B
Plaintext
Raw Normal View History

(:name nognus
: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"))
2011-03-12 00:40:36 +08:00
:build/windows-nt `(,(concat "\"make.bat " invocation-directory "\""))
:info "texi"
:load-path ("lisp")
:autoloads nil
:features gnus-load)