Package Details: sigtop-git 0.11.0.r3.g67f4309-1

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.003562
First Submitted: 2022-10-06 06:14 (UTC)
Last Updated: 2024-05-29 11:55 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

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 only go build. But I am aware that go build does download dependencies opportunistically. Are you suggesting adding a separate prepare() with go get ./... (or perhaps go 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 of build() and into prepare(), so that build() can execute offline.

Regards and thanks for maintaining!

==> Starting build()...
go: downloading github.com/tbvdm/go-cli v0.1.0
go: downloading github.com/tbvdm/go-openbsd v0.3.0
go: downloading golang.org/x/crypto v0.22.0
[...]