From 45460460df94ddc5d6583c6687e72f186fe2128e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 31 Aug 2022 09:29:32 +0300 Subject: mu: add new package at 1.8.9 --- community/mu/build | 12 ++++++++++++ community/mu/checksums | 2 ++ community/mu/depends | 4 ++++ community/mu/meta | 3 +++ community/mu/sources | 1 + community/mu/version | 1 + 6 files changed, 23 insertions(+) create mode 100755 community/mu/build create mode 100644 community/mu/checksums create mode 100644 community/mu/depends create mode 100644 community/mu/meta create mode 100644 community/mu/sources create mode 100644 community/mu/version (limited to 'community/mu') 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 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 -- cgit v1.2.3