Search Criteria
Package Details: siggo 0.12.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/siggo.git (read-only, click to copy) |
|---|---|
| Package Base: | siggo |
| Description: | A terminal gui for signal-cli, written in Go. |
| Upstream URL: | https://github.com/derricw/siggo |
| Licenses: | GPL3 |
| Submitter: | freswa |
| Maintainer: | freswa |
| Last Packager: | freswa |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-07-21 23:33 (UTC) |
| Last Updated: | 2021-12-01 12:35 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libmatthew-unix-javaAUR
- signal-cliAUR (signal-cli-binAUR, signal-cli-nativeAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
Latest Comments
freswa commented on 2023-04-25 11:42 (UTC)
This adheres to the official Arch Linux packaging guidlines for golang. See https://wiki.archlinux.org/title/Go_package_guidelines.
Unfortunately we can't really avoid downloading in the
build()steps for go pkgs.dreieck commented on 2023-04-25 10:45 (UTC)
This
PKGBUILDactually downloads stuff duringbuild().Can you modify the
PKGBUILDso that every download which cannot be placed into thesourcearray is carried out inprepare()?Also, can you utilise
$GOPATHor so to make sure that the stuff go downloads by itself is self-contained somewhere within$srcdir?Thank you,
regards,
thanks for maintaining!