el-get/recipes/nognus.rcp
2012-01-11 10:31:16 -05:00

11 lines
403 B
Plaintext

(: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"))
:build/windows-nt `(,(concat "\"make.bat " invocation-directory "\""))
:info "texi"
:load-path ("lisp")
:autoloads nil
:features gnus-load)