Add support for vdir synchronization

Add a script to synchronize calcurse with a VDIR collection.

Add a wrapper script around vdirsyncer to automatically synchronize
calcurse data to a vdirsyncer collection.

Add script documentation and Makefile.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
vxid
2019-03-02 16:12:15 +01:00
committed by Lukas Fleischer
parent 5eff08777b
commit d26164fb72
6 changed files with 332 additions and 3 deletions

13
contrib/vdir/Makefile.am Normal file
View File

@@ -0,0 +1,13 @@
AUTOMAKE_OPTIONS = foreign
dist_bin_SCRIPTS = \
calcurse-vdir
EXTRA_DIST = \
calcurse-vdir.py
CLEANFILES = \
calcurse-vdir
calcurse-vdir: calcurse-vdir.py
cp "$(srcdir)/$<" "$@"