el-get/recipes/addressbook.rcp
Rafael Laboissiere 415817cafc Use the GitHub fork for the addressbook package
The version in CSV at nongnu,org is buggy (info file building problems)
and apparently went out of maintenance.  I forked the project at GitHub
and fixed the problems.  The recipe file is even simpler now, with the
present commit.
2016-02-04 00:58:39 +01:00

7 lines
201 B
Plaintext

(:name addressbook
:description "Simple vCard based addressbook for Emacs"
:type github
:pkgname "rlaboiss/addressbook"
:build (("make" "all"))
:info "./abook.info")