Package Details: monocypher 4.0.2-1

Git Clone URL: https://aur.archlinux.org/monocypher.git (read-only, click to copy)
Package Base: monocypher
Description: Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl
Upstream URL: https://monocypher.org/
Keywords: crypto libsodium monocypher tweetnacl
Licenses: custom:BSD
Submitter: demonshreder
Maintainer: tleican
Last Packager: tleican
Votes: 4
Popularity: 0.012560
First Submitted: 2017-08-15 17:23 (UTC)
Last Updated: 2024-10-25 15:20 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

marek22k commented on 2025-05-27 20:03 (UTC)

And you could also remove glibc as dependency:

In some cases this is not necessary and may or may not be listed, for example glibc cannot be uninstalled as every system needs some C library, or python for a package that already depends on another python- module, as the second module must per definition depend on python and cannot ever stop pulling it in as a dependency.

https://wiki.archlinux.org/title/PKGBUILD#depends

marek22k commented on 2025-05-27 20:01 (UTC)

A small hint to improve the package: You can use SPDX-License-Identifier ("BSD-2-Clause", "CC0-1.0"). And thanks for providing the package!

tleican commented on 2020-11-11 15:40 (UTC)

Small update: the package now installs monocypher.pc to /usr/lib/pkgconfig.

codyps commented on 2020-11-11 04:31 (UTC)

It would be nice if this PKGBUILD could build the library and install the included monocypher.pc (pkg-config) file.

tleican commented on 2020-01-29 04:19 (UTC)

Here is a little patch to update this package to the latest 3.0.0. https://gist.github.com/oz/7c8f0cff82f27c0a673977c5fd0d404d

demonshreder commented on 2017-08-16 08:44 (UTC)

Yes. I have updated the package. Thanks for informing.

mforney commented on 2017-08-16 07:31 (UTC)

The PKGBUILD installs LICENSE.md to /usr/include/monocypher/*.[ch]?