23 lines
678 B
Bash
23 lines
678 B
Bash
# Template file for 'offlineimap'
|
|
pkgname=offlineimap
|
|
version=6.6.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools asciidoc"
|
|
depends="python"
|
|
pycompile_module="offlineimap"
|
|
short_desc="Powerful IMAP/Maildir synchronization and reader support"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://offlineimap.org/"
|
|
license="GPL-2"
|
|
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
|
|
checksum=c41258e5ce531915bb891d4ce10b3af88b6d74a6ee69b6282957f85165ff63f4
|
|
|
|
post_install() {
|
|
make -C docs man
|
|
vman docs/offlineimap.1
|
|
vman docs/offlineimapui.7
|
|
vsconf offlineimap.conf
|
|
vsconf offlineimap.conf.minimal
|
|
}
|