vp-build/srcpkgs/isync/template

21 lines
645 B
Bash

# Template file for 'isync'
pkgname=isync
version=1.2.1
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libressl-devel libsasl-devel db-devel zlib-devel"
depends="ca-certificates"
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=e716de28c9a08e624a035caae3902fcf3b511553be5d61517a133e03aa3532ae
post_install() {
vsconf src/mbsyncrc.sample
vsconf src/compat/isyncrc.sample
rm -rf ${DESTDIR}/usr/share/doc/isync
}