el-get/recipes/mailcrypt.rcp
Ryan C. Thompson cf34f9aa0a Clean up whitespace
This commit is the result of running cleanup-whitespace.sh.

Fixes #549.
2014-02-21 10:52:48 -08:00

17 lines
474 B
Plaintext

(:name mailcrypt
:description "Mail encryption with PGP"
:type cvs
:url ":pserver:anonymous@mailcrypt.cvs.sourceforge.net:/cvsroot/mailcrypt"
:module "mailcrypt"
:build `(
"autoconf"
"./configure"
("make"
,(concat "EMACS=" el-get-emacs)
"INFOFILES=mailcrypt.info"
"all"
"info")
)
:info "."
)