Search Criteria
Package Details: sigtop-git 0.11.0.r3.g67f4309-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sigtop-git.git (read-only, click to copy) |
---|---|
Package Base: | sigtop-git |
Description: | Export messages from Signal Desktop |
Upstream URL: | https://github.com/tbvdm/sigtop |
Licenses: | ISC |
Conflicts: | sigtop |
Provides: | sigtop |
Submitter: | quite |
Maintainer: | quite |
Last Packager: | quite |
Votes: | 1 |
Popularity: | 0.002572 |
First Submitted: | 2022-10-06 06:14 (UTC) |
Last Updated: | 2024-05-29 11:55 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
quite commented on 2024-05-29 11:55 (UTC)
@dreieck i did that.
quite commented on 2024-05-29 11:26 (UTC) (edited on 2024-05-29 11:47 (UTC) by quite)
@dreieck There is no
go get
. There is onlygo build
. But I am aware thatgo build
does download dependencies opportunistically. Are you suggesting adding a separateprepare()
withgo get ./...
(or perhapsgo mod download
)? This is not something recommended on https://wiki.archlinux.org/title/Go_package_guidelines ... is your use-case something like somehow running prepare online for a bunch of packages, and then finalizing the building offline?dreieck commented on 2024-05-29 09:58 (UTC)
Please move the go download stuff (
go get
) out ofbuild()
and intoprepare()
, so thatbuild()
can execute offline.Regards and thanks for maintaining!