23 lines
766 B
Bash
23 lines
766 B
Bash
# Template file for 'offlineimap'
|
|
pkgname=offlineimap
|
|
version=7.3.3
|
|
revision=2
|
|
build_style=python2-module
|
|
hostmakedepends="python-six python-rfc6555 asciidoc"
|
|
depends="python-six python-rfc6555"
|
|
short_desc="Powerful IMAP/Maildir synchronization and reader support"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=bf1a777e63d2174eef0fe864ea577d843515b64d4f3a8630ad2d1b34a4afcaa6
|
|
|
|
post_install() {
|
|
make -C docs man
|
|
vman docs/offlineimap.1
|
|
vman docs/offlineimapui.7
|
|
vsconf offlineimap.conf
|
|
vsconf offlineimap.conf.minimal
|
|
}
|