Package Details: libmongocrypt 1.12.0-1

Git Clone URL: https://aur.archlinux.org/libmongocrypt.git (read-only, click to copy)
Package Base: libmongocrypt
Description: C library for client side and queryable encryption in MongoDB
Upstream URL: https://github.com/mongodb/libmongocrypt
Keywords: c client encrypt encryption library mongo mongodb queryable side
Licenses: Apache-2.0 AND BSD-3-Clause AND ISC AND MIT
Provides: libkms_message.so, libmongocrypt.so
Submitter: yakoyakoyokuyoku
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 4
Popularity: 0.77
First Submitted: 2023-03-17 13:14 (UTC)
Last Updated: 2025-02-19 10:15 (UTC)

Pinned Comments

dpeukert commented on 2025-02-17 22:38 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/libmongocrypt

Latest Comments

dpeukert commented on 2025-02-17 22:38 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/libmongocrypt

drankinatty commented on 2024-11-05 04:08 (UTC)

pkgname=libmongocrypt
pkgver=1.11.0
...
source=(
  $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
  shared-libbson.patch::$url/pull/681.patch
)
sha256sums=('9891ec8d1015ed3711e4d7d515a74eb4143a0ff1ce8ff8795de63cb921fee2d6'
            '9064949bcd1b0496b7949f6646ab97d2e97b49255f9548ada909be228a5889a2')
...

ZhangHua commented on 2023-09-20 13:51 (UTC)

Please add git in makedepends so this package can be built successfully.

Reference: https://jira.mongodb.org/browse/MONGOCRYPT-594