void-packages/srcpkgs/isync/template

21 lines
634 B
Bash
Raw Normal View History

2014-12-05 22:53:19 +00:00
# Template file for 'isync'
pkgname=isync
2015-04-05 10:14:46 +00:00
version=1.2.0
revision=1
2014-12-05 22:53:19 +00:00
build_style=gnu-configure
hostmakedepends="pkg-config"
2015-04-05 10:14:46 +00:00
makedepends="libressl-devel libsasl-devel db-devel"
depends="virtual?openssl"
2014-12-05 22:53:19 +00:00
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"
2015-04-05 10:14:46 +00:00
checksum=833878de1647d403cb56984757cc416094ee037c5388a0f1d1f74084f6e60e59
2014-12-05 22:53:19 +00:00
post_install() {
vsconf src/mbsyncrc.sample
vsconf src/compat/isyncrc.sample
rm -rf ${DESTDIR}/usr/share/doc/isync
}