el-get/recipes/mailcrypt.rcp
Noam Postavsky dc9a4035ff consider more functions "safe" for recipe checking
Fix some more shell interpolation in recipes.
2015-07-06 04:36:45 -04:00

14 lines
427 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 "."
)