Search Criteria
Package Details: signaldctl 0.6.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/signaldctl.git (read-only, click to copy) |
|---|---|
| Package Base: | signaldctl |
| Description: | cli interface to signald alternative signal client daemon |
| Upstream URL: | https://gitlab.com/signald/signald-go/-/blob/main/cmd/signaldctl/README.md |
| Licenses: | GPL |
| Submitter: | marcool04 |
| Maintainer: | None |
| Last Packager: | marcool04 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-06-17 09:26 (UTC) |
| Last Updated: | 2023-12-05 07:05 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
Latest Comments
marcool04 commented on 2024-03-17 09:41 (UTC)
Hi all. Disowning this now as the mautrix-signal bridge which used to be based on signald is now using another library to interface with the messenger, so I no longer use, nor will I be able to test properly, this tool.
Regards,
Mark.
dreieck commented on 2023-08-17 10:10 (UTC)
Can you move the download of go dependencies into
prepare(), please, so thatbuild()does not need internet connectivity?Regards and thanks for maintaining!
marcool04 commented on 2022-03-23 12:13 (UTC)
Thanks for your comment dreieck, I just made a typo when writing out the arch array I think. Should be fixed now. Regards, Mark
dreieck commented on 2022-03-08 16:58 (UTC) (edited on 2022-03-08 16:59 (UTC) by dreieck)
Is this really not supported on 64 bit x86 architecture? (
x86_64missing inarcharray. There isx86, which is unknown. x86 32 bit should bei686.)Thanks for maintaining!