aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/imapsync/APKBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/community/imapsync/APKBUILD b/community/imapsync/APKBUILD
index c47b53ce362..90f84694319 100644
--- a/community/imapsync/APKBUILD
+++ b/community/imapsync/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=imapsync
-pkgver=1.882
+pkgver=1.945
pkgrel=0
pkgdesc="IMAP synchronisation, sync, copy or migration tool"
-url="http://imapsync.lamiral.info"
+url="https://imapsync.lamiral.info/"
arch="noarch"
-license="custom"
+license="NLPL"
depends="perl-app-cpanminus
perl-authen-ntlm
perl-cgi
@@ -17,6 +17,7 @@ depends="perl-app-cpanminus
perl-digest-md5
perl-dist-checkconflicts
perl-file-copy-recursive
+ perl-file-tail
perl-io-compress
perl-io-socket-inet6
perl-io-socket-ssl
@@ -48,28 +49,20 @@ checkdepends="
"
makedepends="perl-module-scandeps perl-par-packer"
subpackages="$pkgname-doc"
-source="https://github.com/$pkgname/$pkgname/archive/$pkgname-$pkgver.tar.gz
- makefile.patch"
+source="https://github.com/imapsync/imapsync/archive/imapsync-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgname-$pkgver"
# NOTE: tests.sh requires authors remote imap password
check() {
- cd "$builddir"
-
./imapsync --version
make testp # check dependencies
}
package() {
- cd "$builddir"
-
make DESTDIR="$pkgdir" install
mkdir -p "$pkgdir"/usr/share/doc/$pkgname
install -Dm644 FAQ.d/* "$pkgdir"/usr/share/doc/$pkgname/
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha512sums="3953cb29b210c283be3fe72f1e1537594415bd5457b469b801625d6c857b982d2b2b3da9528dd1e6ccc6831c022ce495f7a5eaaea04d228bca374f185344f455 imapsync-1.882.tar.gz
-c017e2b437865ee83eae6fb66a034b9259720b9cd8bfe79c37e08cd6c1788bb16bba3b96f3861ea0c2ef77cc5a2663c9a6042dbc3434a193c331b4d6c3937b95 makefile.patch"
+sha512sums="cb8c2c545a54ae63d944fc56790595a0de9260d3451d11b43a5d58dab0c87653be633572ce1de6715334091b667187585eedd21ca12bc438abaeee2a65a1a6bd imapsync-1.945.tar.gz"