From e32e8b0eda475029848104854cd8d10688fc07ec Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 Feb 2020 11:30:39 +0300 Subject: notmuch: add new package at 0.29.3 to community --- community/notmuch/build | 10 ++++++++++ community/notmuch/checksums | 1 + community/notmuch/depends | 4 ++++ community/notmuch/sources | 1 + community/notmuch/version | 1 + 5 files changed, 17 insertions(+) create mode 100755 community/notmuch/build create mode 100644 community/notmuch/checksums create mode 100644 community/notmuch/depends create mode 100644 community/notmuch/sources create mode 100644 community/notmuch/version (limited to 'community') diff --git a/community/notmuch/build b/community/notmuch/build new file mode 100755 index 00000000..08beaa86 --- /dev/null +++ b/community/notmuch/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --without-docs \ + --without-api-docs \ + --without-ruby || : + +make +make DESTDIR="$1" install diff --git a/community/notmuch/checksums b/community/notmuch/checksums new file mode 100644 index 00000000..edfc63ec --- /dev/null +++ b/community/notmuch/checksums @@ -0,0 +1 @@ +d5f704b9a72395e43303de9b1f4d8e14dd27bf3646fdbb374bb3dbb7d150dc35 notmuch-0.29.3.tar.xz diff --git a/community/notmuch/depends b/community/notmuch/depends new file mode 100644 index 00000000..031c464e --- /dev/null +++ b/community/notmuch/depends @@ -0,0 +1,4 @@ +gmime +talloc +xapian +zlib diff --git a/community/notmuch/sources b/community/notmuch/sources new file mode 100644 index 00000000..aa2bee6c --- /dev/null +++ b/community/notmuch/sources @@ -0,0 +1 @@ +https://notmuchmail.org/releases/notmuch-0.29.3.tar.xz diff --git a/community/notmuch/version b/community/notmuch/version new file mode 100644 index 00000000..a46803b2 --- /dev/null +++ b/community/notmuch/version @@ -0,0 +1 @@ +0.29.3 1 -- cgit v1.2.3