Search Criteria
Package Details: saw 0.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/saw.git (read-only, click to copy) |
---|---|
Package Base: | saw |
Description: | Fast, multipurpose tool for AWS CloudWatch Logs |
Upstream URL: | https://github.com/TylerBrock/saw |
Keywords: | aws golang logs |
Licenses: | MIT |
Provides: | saw |
Submitter: | tbrock |
Maintainer: | tbrock |
Last Packager: | tbrock |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-20 15:52 (UTC) |
Last Updated: | 2019-01-18 00:02 (UTC) |
Dependencies (3)
- depAUR (dep-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
vpzomtrrfrt commented on 2024-04-01 15:13 (UTC)
I get an error when trying to build:
micwoj92 commented on 2021-03-10 04:21 (UTC)
upstream uses go modules now, that means that
dep
package should not be needed to buildtbrock commented on 2018-06-10 03:55 (UTC)
Thanks for the heads up @ainola and @EgidioCaprino! Got it working.
EgidioCaprino commented on 2018-03-14 14:30 (UTC)
/tmp/yaourt-tmp-egidio/aur-saw/src/src/github.com/TylerBrock/saw is not within a known GOPATH/src ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build saw.
ainola commented on 2018-01-08 06:25 (UTC)
Thanks for the package! It appears that the GOPATH isn't preserved when running dep ensure/go build. I had to add GOPATH="$srcdir" before both commands to build.