void-packages/srcpkgs/offlineimap/template
2019-12-21 22:17:51 +01:00

24 lines
814 B
Bash

# Template file for 'offlineimap'
pkgname=offlineimap
version=7.3.2
revision=1
archs=noarch
build_style=python2-module
pycompile_module="offlineimap"
hostmakedepends="python-six python-rfc6555 asciidoc"
depends="python-six python-rfc6555"
short_desc="Powerful IMAP/Maildir synchronization and reader support"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="GPL-2.0-or-later"
homepage="http://offlineimap.org/"
changelog="https://raw.githubusercontent.com/OfflineIMAP/offlineimap/master/Changelog.md"
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
checksum=d47b564858c3e9fc7726ef58c9a4ee518d2958c5de3dcad6cd78b7cfe0a6bdef
post_install() {
make -C docs man
vman docs/offlineimap.1
vman docs/offlineimapui.7
vsconf offlineimap.conf
vsconf offlineimap.conf.minimal
}