void-packages/srcpkgs/isync/template
2021-02-04 15:15:18 +01:00

20 lines
647 B
Bash

# Template file for 'isync'
pkgname=isync
version=1.3.4
revision=1
build_style=gnu-configure
hostmakedepends="perl pkg-config"
makedepends="libressl-devel libsasl-devel db-devel zlib-devel"
depends="ca-certificates"
short_desc="IMAP and MailDir mailbox synchronizer"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="http://isync.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=e8eb449c46e53910bb56a71b1bdc8bfe9aad9ad8e5cab4affba1368dc3c72e71
post_install() {
vsconf src/mbsyncrc.sample
vsconf src/compat/isyncrc.sample
rm -rf ${DESTDIR}/usr/share/doc/isync
}