Search Criteria
Package Details: glide 0.13.3-3
Git Clone URL: | https://aur.archlinux.org/glide.git (read-only, click to copy) |
---|---|
Package Base: | glide |
Description: | Dependency management and vendoring for Go projects |
Upstream URL: | https://github.com/Masterminds/glide |
Licenses: | |
Submitter: | arojas |
Maintainer: | None |
Last Packager: | intelfx |
Votes: | 1 |
Popularity: | 0.003739 |
First Submitted: | 2020-05-01 18:54 |
Last Updated: | 2020-05-28 17:01 |
Dependencies (2)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Required by (12)
- bcrypt-tool (make)
- calico-cni (make)
- dcrspy (make)
- dcrspy-git (make)
- factomd (make)
- gitfetch (make)
- jabba (make)
- k8stail (make)
- kubernetes-helm2 (make)
- kubesec (make)
- prometheus-speedtest-exporter (make)
- vnstatui (make)
Latest Comments
intelfx commented on 2020-05-28 17:02
Yeah, I didn't really build-test this one, did I?..
Fixed to export
$GOPATH
where needed. Also I don't really understand what good did the oldprepare()
do with all the symlinking into a custom$GOROOT
, so I rewrote that, too.lewisbrown commented on 2020-05-24 21:07
I've found that this doesn't build for me.
GOPATH is set and exported in in prepare(), but not in build - where it fails. Perhaps it has been assumed that exporting from within a function should take care of it for all others, but apparently not.
This problem was easily fixed by resetting GOPATH within the build() function.
intelfx commented on 2020-05-21 00:57
Ah, this has no maintainer. Package updated but I won't maintain it long term.
intelfx commented on 2020-05-21 00:41
Why does this want
gcc-go
rather than justgo
?melentye commented on 2020-05-13 06:55
Hi! Can this package makedepend on go instead of its specific implementation gcc-go? gcc-go provides go.
The current dependency setup leads to a conflict on systems where "go" package is already installed.