23 lines
678 B
Bash
23 lines
678 B
Bash
# Template file for 'offlineimap'
|
|
pkgname=offlineimap
|
|
version=6.5.7
|
|
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=b7de52c7d8995e0657bb55da13531c8d6f96d828217159477c685ae408e390a3
|
|
|
|
post_install() {
|
|
make -C docs man
|
|
vman docs/offlineimap.1
|
|
vman docs/offlineimapui.7
|
|
vsconf offlineimap.conf
|
|
vsconf offlineimap.conf.minimal
|
|
}
|