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