Search Criteria
Package Details: speedtest-go 1.7.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/speedtest-go.git (read-only, click to copy) |
|---|---|
| Package Base: | speedtest-go |
| Description: | CLI and Go API to Test Internet Speed using speedtest.net |
| Upstream URL: | https://github.com/showwin/speedtest-go |
| Licenses: | MIT |
| Conflicts: | speedtest-go |
| Provides: | speedtest-go |
| Submitter: | abdulocracy |
| Maintainer: | abdulocracy |
| Last Packager: | abdulocracy |
| Votes: | 9 |
| Popularity: | 0.62 |
| First Submitted: | 2022-12-18 14:23 (UTC) |
| Last Updated: | 2024-12-22 14:30 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
albeec13 commented on 2025-05-09 19:37 (UTC) (edited on 2025-05-09 20:12 (UTC) by albeec13)
Hello, I would like to request the following changes to this PKGBUILD:
Building with
-ldflags=-linkmode=externalis only required if building debug packages by the Arch PKGBUILD guidelines for Go packages, and will fail like so without additional dependencies:The addtion of
export GOMODCACHE="$(pwd)/.gomodcache"ensures that mmodule dependencies for the speedtest-go package are downloaded to the build path instead of the user/global module path, to avoid polluting them with dependencies that won't be uninstalled automatically after this package is built.Thanks!