Search Criteria
Package Details: signal-cli-native 0.13.22-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/signal-cli-native.git (read-only, click to copy) |
|---|---|
| Package Base: | signal-cli-native |
| Description: | Provides a commandline for secure Signal messaging (graalvm native build). |
| Upstream URL: | https://github.com/AsamK/signal-cli |
| Licenses: | GPL-3.0-only |
| Conflicts: | signal-cli |
| Provides: | signal-cli |
| Submitter: | AsamK |
| Maintainer: | AsamK |
| Last Packager: | AsamK |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-05-17 19:05 (UTC) |
| Last Updated: | 2025-11-14 19:57 (UTC) |
Dependencies (4)
- libsignal-clientAUR
- asciidoc (asciidoc-gitAUR) (make)
- gradle (make)
- jdk21-graalvm-binAUR (make)
Required by (3)
- scli-git (requires signal-cli)
- siggo (requires signal-cli)
- signal-message-scheduler-bin (requires signal-cli)
Latest Comments
fow0ryl commented on 2025-08-29 10:32 (UTC)
Did not compile for me ...
Refutationalist commented on 2025-06-03 07:38 (UTC) (edited on 2025-06-03 07:38 (UTC) by Refutationalist)
Thanks for this package!
One difference between this package and the other one that requires java is that the resultant binary is compiled for a specific CPU architecture, meaning the
anyin thearchfield is technically incorrect. You could change it to something like:To cover most of the distributions that would likely use this binary. Here's a link to the appropriate part of the PKGBUILD page which explains.
Thanks again!
dreieck commented on 2023-08-17 10:16 (UTC)
Can you move the downloads of (gradle-)dependencies into
prepare(), please?Thanks for maintaining!