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: MIT
Provides: tldr
Submitter: mstruebing
Maintainer: mstruebing
Last Packager: mstruebing
Votes: 1
Popularity: 0.000000
First Submitted: 2017-11-05 09:53 (UTC)
Last Updated: 2017-12-01 19:01 (UTC)

Dependencies (3)

Required by (3)

Sources (1)

Latest Comments

kseistrup commented on 2018-10-09 19:31 (UTC)

This package conflicts with the python client, community/tldr:

tldr-go-client-git: /usr/bin/tldr exists in filesystem (owned by tldr)
tldr-go-client-git: /usr/share/licenses/tldr/LICENSE exists in filesystem (owned by tldr)

mstruebing commented on 2017-12-01 19:02 (UTC)

I've updated the package to make a `go get` before the build.

mstruebing commented on 2017-11-27 12:54 (UTC)

@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 (UTC)

@mstruebing: yes, it worked! Thanks!

muesli commented on 2017-11-26 23:39 (UTC)

@mstruebing: yeah, that would/does work.

mstruebing commented on 2017-11-26 14:42 (UTC)

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 (UTC)

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