diff options
-rwxr-xr-x | community/mu/build | 12 | ||||
-rw-r--r-- | community/mu/checksums | 2 | ||||
-rw-r--r-- | community/mu/depends | 4 | ||||
-rw-r--r-- | community/mu/meta | 3 | ||||
-rw-r--r-- | community/mu/sources | 1 | ||||
-rw-r--r-- | community/mu/version | 1 |
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 |