From 01ba3e75a1a59763f4d7ec39d20bcf9087a32b89 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Thu, 7 Nov 2019 13:17:30 +0100 Subject: [PATCH] New package: mailscripts-0.11 --- srcpkgs/mailscripts/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/mailscripts/template diff --git a/srcpkgs/mailscripts/template b/srcpkgs/mailscripts/template new file mode 100644 index 00000000000..a63d08106b0 --- /dev/null +++ b/srcpkgs/mailscripts/template @@ -0,0 +1,21 @@ +# Template file for 'mailscripts' +pkgname=mailscripts +version=0.11 +revision=1 +depends="git notmuch" +short_desc="collection of scripts for manipulating e-mail" +maintainer="Eddie Barraco " +license="GPL-2.0-or-later" +homepage="https://git.spwhitton.name/mailscripts/" +distfiles="https://git.spwhitton.name/mailscripts/snapshot/mailscripts-${version}.tar.gz" +checksum=2d871b9e07bda16842c536d1bad16b4e72332dbe1bec467b08f3368d98ef4ee4 + +do_install() { + vbin email-extract-openpgp-certs + vbin email-print-mime-structure + vbin maildir-import-patch + vbin mbox2maildir + vbin mdmv + vbin notmuch-import-patch + vbin notmuch-slurp-debbug +}