aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-31 09:29:32 +0300
committerCem Keylan <cem@ckyln.com>2022-08-31 09:29:52 +0300
commit45460460df94ddc5d6583c6687e72f186fe2128e (patch)
tree0e985fd32ca3de372d32da7f669a2abf518bed9a /community
parent8f25cc6a4cc58a795ae25d5f7c9a18c46864e597 (diff)
downloadrepository-45460460df94ddc5d6583c6687e72f186fe2128e.tar.gz
mu: add new package at 1.8.9
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/mu/build12
-rw-r--r--community/mu/checksums2
-rw-r--r--community/mu/depends4
-rw-r--r--community/mu/meta3
-rw-r--r--community/mu/sources1
-rw-r--r--community/mu/version1
6 files changed, 23 insertions, 0 deletions
diff --git a/community/mu/build b/community/mu/build
new file mode 100755
index 00000000..e5366f24
--- /dev/null
+++ b/community/mu/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+export CFLAGS="$CFLAGS -static-libgcc -static-libstdc++"
+export CXXFLAGS="$CXXFLAGS -static-libgcc -static-libstdc++"
+export DESTDIR="$1"
+
+cl-meson \
+ -Dreadline="$(cpt l -C readline enabled disabled)" \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/community/mu/checksums b/community/mu/checksums
new file mode 100644
index 00000000..cb3df9e2
--- /dev/null
+++ b/community/mu/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+825092df3795386a2c2755ed0b587a25aa837a8e28eaa018cae2cda987fba767 v1.8.9.tar.gz
diff --git a/community/mu/depends b/community/mu/depends
new file mode 100644
index 00000000..b218edb4
--- /dev/null
+++ b/community/mu/depends
@@ -0,0 +1,4 @@
+glib
+gmime
+meson make
+xapian
diff --git a/community/mu/meta b/community/mu/meta
new file mode 100644
index 00000000..812b794f
--- /dev/null
+++ b/community/mu/meta
@@ -0,0 +1,3 @@
+description: maildir indexer/searcher + emacs mail client
+license: GPL-3.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/mu/sources b/community/mu/sources
new file mode 100644
index 00000000..91f3fcb2
--- /dev/null
+++ b/community/mu/sources
@@ -0,0 +1 @@
+https://github.com/djcb/mu/archive/refs/tags/v1.8.9.tar.gz
diff --git a/community/mu/version b/community/mu/version
new file mode 100644
index 00000000..0424fc56
--- /dev/null
+++ b/community/mu/version
@@ -0,0 +1 @@
+1.8.9 1