void-packages/srcpkgs/offlineimap/template

24 lines
678 B
Bash
Raw Normal View History

2014-07-07 14:08:33 +02:00
# Template file for 'offlineimap'
pkgname=offlineimap
2015-05-16 20:20:20 +02:00
version=6.5.7
2014-07-07 14:08:33 +02:00
revision=1
noarch=yes
build_style=python-module
2015-05-16 20:20:20 +02:00
hostmakedepends="python-setuptools asciidoc"
2014-07-07 14:08:33 +02:00
depends="python"
pycompile_module="offlineimap"
2015-05-16 20:20:20 +02:00
short_desc="Powerful IMAP/Maildir synchronization and reader support"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-07-07 14:08:33 +02:00
homepage="http://offlineimap.org/"
license="GPL-2"
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
2015-05-16 20:20:20 +02:00
checksum=b7de52c7d8995e0657bb55da13531c8d6f96d828217159477c685ae408e390a3
2014-07-07 14:08:33 +02:00
post_install() {
2015-05-16 20:20:20 +02:00
make -C docs man
vman docs/offlineimap.1
vman docs/offlineimapui.7
vsconf offlineimap.conf
vsconf offlineimap.conf.minimal
2014-07-07 14:08:33 +02:00
}