Search Criteria
Package Details: tldr-go-client-git 1.1.0.r3.g5b4ab00-1
Git Clone URL: | https://aur.archlinux.org/tldr-go-client-git.git (read-only, click to copy) |
---|---|
Package Base: | tldr-go-client-git |
Description: | fast TLDR client written in Golang |
Upstream URL: | https://github.com/mstruebing/tldr |
Keywords: | help tldr |
Licenses: | |
Provides: | |
Submitter: | mstruebing |
Maintainer: | mstruebing |
Last Packager: | mstruebing |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-05 09:53 |
Last Updated: | 2017-12-01 19:01 |
Dependencies (3)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- bash-completion (bash-completion-git) (optional) – bash completion out of the box
Latest Comments
kseistrup commented on 2018-10-09 19:31
This package conflicts with the python client, community/tldr:
mstruebing commented on 2017-12-01 19:02
I've updated the package to make a `go get` before the build.
mstruebing commented on 2017-11-27 12:54
@muesli maybe you have a suggestion how to make it better than to write `go get -u url` inside the PKGBUILD? :)
02m commented on 2017-11-27 09:03
@mstruebing: yes, it worked! Thanks!
muesli commented on 2017-11-26 23:39
@mstruebing: yeah, that would/does work.
mstruebing commented on 2017-11-26 14:42
It's my failure not yours. Quick solution would be to do a `go get github.com/mstruebing/tldr` and then try again. If you say it is working like I said I will adjust my `PKGBUILD` :)
02m commented on 2017-11-26 10:23
I got the following error while trying to install this:
==> Starting build()...
go build -o bin/tldr cmd/tldr/main.go
cmd/tldr/main.go:13:2: cannot find package "github.com/mstruebing/tldr" in any of:
/usr/lib/go/src/github.com/mstruebing/tldr (from $GOROOT)
/home/martynas/.local/share/gopath/src/github.com/mstruebing/tldr (from $GOPATH)
cmd/tldr/main.go:14:2: cannot find package "github.com/mstruebing/tldr/cache" in any of:
/usr/lib/go/src/github.com/mstruebing/tldr/cache (from $GOROOT)
/home/martynas/.local/share/gopath/src/github.com/mstruebing/tldr/cache (from $GOPATH)
make: *** [Makefile:12: build] Error 1
==> ERROR: A failure occurred in build().
Aborting...
:: failed to build tldr-go-client-git package(s)
I am not too experienced with go. I have the following env variabled set:
export GOPATH=~/.local/share/gopath
GOPATH_BIN=$GOPATH/bin
export PATH=$PATH:$GOPATH_BIN