void-packages/srcpkgs/isync/template
2020-07-04 01:08:27 +02:00

21 lines
636 B
Bash

# Template file for 'isync'
pkgname=isync
version=1.3.1
revision=3
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"
homepage="http://isync.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=68cb4643d58152097f01c9b3abead7d7d4c9563183d72f3c2a31d22bc168f0ea
post_install() {
vsconf src/mbsyncrc.sample
vsconf src/compat/isyncrc.sample
rm -rf ${DESTDIR}/usr/share/doc/isync
}