diff --git a/srcpkgs/isync/template b/srcpkgs/isync/template new file mode 100644 index 00000000000..fa031f3951a --- /dev/null +++ b/srcpkgs/isync/template @@ -0,0 +1,20 @@ +# Template file for 'isync' +pkgname=isync +version=1.1.1 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="libressl-devel db-devel" +depends="libressl-openssl" +short_desc="IMAP and MailDir mailbox synchronizer" +maintainer="Christian Neukirchen " +license="GPL-2" +homepage="http://isync.sourceforge.net/" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=c3a5fdcde1f4627137a0cbb66bebbb12bde4873deb872442be0b1d7a617f7491 + +post_install() { + vsconf src/mbsyncrc.sample + vsconf src/compat/isyncrc.sample + rm -rf ${DESTDIR}/usr/share/doc/isync +}