diff --git a/srcpkgs/offlineimap/template b/srcpkgs/offlineimap/template new file mode 100644 index 00000000000..7cf89fd7417 --- /dev/null +++ b/srcpkgs/offlineimap/template @@ -0,0 +1,23 @@ +# Template file for 'offlineimap' +pkgname=offlineimap +version=6.5.6 +revision=1 +noarch=yes +build_style=python-module +python_versions="2.7" +hostmakedepends="python-setuptools python-docutils" +depends="python" +pycompile_module="offlineimap" +short_desc="ISO 8601 date/time/duration parser and formatter (Python2)" +maintainer="Juan RP " +homepage="http://offlineimap.org/" +license="GPL-2" +distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz" +checksum=c23219cdbbae7fe12346ece94c427737fd4083720a124fff6f95a26c56f728c3 + +post_install() { + rst2man docs/MANUAL.rst offlineimap.1 + vman offlineimap.1 + vsconf offlineimap.conf + vsconf offlineimap.conf.minimal +}