diff --git a/srcpkgs/python3-imaplib2/template b/srcpkgs/python3-imaplib2/template new file mode 100644 index 00000000000..7c7d7f4fe33 --- /dev/null +++ b/srcpkgs/python3-imaplib2/template @@ -0,0 +1,19 @@ +# Template file for 'python3-imaplib2' +pkgname=python3-imaplib2 +version=3.6 +revision=1 +wrksrc=imaplib2-${version} +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" +checkdepends="python3-pytest-xdist" +short_desc="Threaded Python IMAP4 client" +maintainer="icp " +license="MIT" +homepage="https://github.com/jazzband/imaplib2" +distfiles="https://github.com/jazzband/imaplib2/archive/refs/tags/v${version}.tar.gz" +checksum=b55c434ecfb26a057d6bb3c8da0d674c83dd702674bb898c418a075a60560e42 + +post_install() { + vlicense LICENCE +}