void-packages/srcpkgs/offlineimap/template
2016-08-16 11:47:38 +02:00

23 lines
702 B
Bash

# Template file for 'offlineimap'
pkgname=offlineimap
version=6.7.0.3
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools python-six asciidoc"
depends="python 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=0b7cd43501d1a65fb5e7e4f3a5d0a61f61435ec6b3a7385cc146e924eb6b03ed
post_install() {
make -C docs man
vman docs/offlineimap.1
vman docs/offlineimapui.7
vsconf offlineimap.conf
vsconf offlineimap.conf.minimal
}