diff options
author | Case Duckworth | 2023-02-08 15:44:01 -0600 |
---|---|---|
committer | Case Duckworth | 2023-02-08 15:44:01 -0600 |
commit | 0b64ff5db42121fec07b9e2294af8c46d36aa328 (patch) | |
tree | 5c9cf445c851a3721ac86e10f9c04df0e5f3015f /examples/notmuch | |
download | misc-0b64ff5db42121fec07b9e2294af8c46d36aa328.tar.gz misc-0b64ff5db42121fec07b9e2294af8c46d36aa328.zip |
Initial commit
Diffstat (limited to 'examples/notmuch')
-rw-r--r-- | examples/notmuch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/notmuch b/examples/notmuch new file mode 100644 index 0000000..00db730 --- /dev/null +++ b/examples/notmuch | |||
@@ -0,0 +1,8 @@ | |||
1 | # notmuch -*- bash-ts -*- | ||
2 | |||
3 | SOURCE=https://git.notmuchmail.org/git/notmuch | ||
4 | |||
5 | CONFIGURE_ARGS=( | ||
6 | --prefix="$MISC_INSTALL_PREFIX" | ||
7 | ) | ||
8 | |||