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