24 lines
676 B
Bash
24 lines
676 B
Bash
# Template file for 'offlineimap'
|
|
pkgname=offlineimap
|
|
version=7.1.5
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-module
|
|
hostmakedepends="python-six asciidoc"
|
|
depends="python-six"
|
|
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=8e28e786a00768e8a97d9f049406744829212cffb69903ffbb15faa1479d43e1
|
|
|
|
post_install() {
|
|
make -C docs man
|
|
vman docs/offlineimap.1
|
|
vman docs/offlineimapui.7
|
|
vsconf offlineimap.conf
|
|
vsconf offlineimap.conf.minimal
|
|
}
|