From 5abcf86878874f90fe2de3ff9751175352b7b5e7 Mon Sep 17 00:00:00 2001 From: mbsmith Date: Tue, 9 Jan 2024 09:23:27 -0600 Subject: [PATCH] New Package: lieer-1.6 Fix some check issues. --- srcpkgs/lieer/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/lieer/template diff --git a/srcpkgs/lieer/template b/srcpkgs/lieer/template new file mode 100644 index 0000000000000..e4e4516dbe8b6 --- /dev/null +++ b/srcpkgs/lieer/template @@ -0,0 +1,19 @@ +# Template file for 'lieer' +pkgname=lieer +version=1.6 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-google-auth-oauthlib python3-google-api-python-client + python3-tqdm python3-notmuch2" +checkdepends="${depends} python3-pip python3-pytest-xdist python3-cffi" +short_desc="Fast fetch and two-way tag synchronization between notmuch and GMail" +maintainer="Micheal Smith " +license="GPL-3.0-or-later" +homepage="http://lieer.gaute.vetsj.com" +distfiles="https://github.com/gauteh/lieer/archive/refs/tags/v${version}.tar.gz" +checksum=f6afd4e167f4fe7873bd53ff7549495e4d5cbb38c563eebff036403e3879413a + +post_install() { + vbin gmi +}