isync: update to 1.5.1, run more tests, add license

This commit is contained in:
dkwo 2025-03-14 17:09:22 -04:00 committed by Leah Neukirchen
parent e77bc43daf
commit b8f04dc398

View file

@ -1,20 +1,27 @@
# Template file for 'isync' # Template file for 'isync'
pkgname=isync pkgname=isync
version=1.5.0 version=1.5.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="perl pkg-config" hostmakedepends="perl pkg-config"
makedepends="openssl-devel libsasl-devel db-devel zlib-devel" makedepends="openssl-devel libsasl-devel db-devel zlib-devel"
depends="ca-certificates" depends="ca-certificates"
checkdepends="perl perl-Clone perl-enum"
short_desc="IMAP and MailDir mailbox synchronizer" short_desc="IMAP and MailDir mailbox synchronizer"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later WITH custom:LicenseRef-isync-GPL-exception"
homepage="http://isync.sourceforge.net/" homepage="http://isync.sourceforge.net/"
changelog="https://sourceforge.net/p/isync/isync/ci/master/tree/NEWS?format=raw" changelog="https://sourceforge.net/p/isync/isync/ci/master/tree/NEWS?format=raw"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=a0c81e109387bf279da161453103399e77946afecf5c51f9413c5e773557f78d checksum=28cc90288036aa5b6f5307bfc7178a397799003b96f7fd6e4bd2478265bb22fa
do_check() {
make check
cd src && perl ./run-tests.pl
}
post_install() { post_install() {
vsconf src/mbsyncrc.sample vsconf src/mbsyncrc.sample
rm -rf ${DESTDIR}/usr/share/doc/isync rm -rf ${DESTDIR}/usr/share/doc/isync
vlicense LICENSES/LicenseRef-isync-GPL-exception.txt
} }