void-packages/srcpkgs/isync/template

21 lines
627 B
Plaintext

# Template file for 'isync'
pkgname=isync
version=1.1.2
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libressl-devel>=2.1.3 db-devel"
depends="virtual?openssl"
short_desc="IMAP and MailDir mailbox synchronizer"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://isync.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=a225b5d5915b6e0f9da303caa6b4db1ee06241e98c1ad0a662e5dcea0654c0a4
post_install() {
vsconf src/mbsyncrc.sample
vsconf src/compat/isyncrc.sample
rm -rf ${DESTDIR}/usr/share/doc/isync
}