aboutsummaryrefslogtreecommitdiff
path: root/community/notmuch/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-17 11:30:39 +0300
committerCem Keylan <cem@ckyln.com>2020-02-17 11:30:39 +0300
commite32e8b0eda475029848104854cd8d10688fc07ec (patch)
tree3314e7edfbfb60d8e5bbe3d0744c0e7691d0cefb /community/notmuch/build
parent854a801e15fc4a7232c9a737e55ef342bce003f6 (diff)
downloadrepository-e32e8b0eda475029848104854cd8d10688fc07ec.tar.gz
notmuch: add new package at 0.29.3 to community
Diffstat (limited to 'community/notmuch/build')
-rwxr-xr-xcommunity/notmuch/build10
1 files changed, 10 insertions, 0 deletions
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