Search Criteria
Package Details: tldr++ 0.6.1-8
| Git Clone URL: | https://aur.archlinux.org/tldr++.git (read-only, click to copy) |
|---|---|
| Package Base: | tldr++ |
| Description: | Community driven man pages improved with smart user interaction |
| Upstream URL: | https://isacikgoz.me/tldr |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | yochananmarqos |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 8 |
| Popularity: | 0.113572 |
| First Submitted: | 2019-01-04 18:16 |
| Last Updated: | 2020-07-27 22:21 |
Latest Comments
1 2 Next › Last »
yochananmarqos commented on 2020-01-13 16:40
@LightQuantum: I missed that, thanks.
LightQuantum commented on 2020-01-13 14:12
Maybe 'git' should be added to make depends?
iboyperson commented on 2019-09-30 05:44
@yochananmarqos Whoops my apologies it appears this version does not have go modules support and that it only supports it on master. I am very sorry for any inconvenience.
yochananmarqos commented on 2019-09-30 02:46
@iboyperson: Are you sure you don't have anything in
~/go/from a previous version of this package when I was usinggo get? This is what I get using your revisedPKGBUILD:yochananmarqos commented on 2019-09-29 15:28
@iboyperson: Without using
$GOPATH, it complained it couldn't findgithub.com/isacikgoz/tldr. I'll take another look after work.iboyperson commented on 2019-09-29 15:13
@yochananmarqos No prob! Additionally, Go >=1.11 packaging guidelines does not use GOPATH or dep as go now has integrated dependency management via Go Modules (see go.mod and go.sum in tldr++ repo). Thus as shown in my PKGBUILD from the previous comment we are able to completely forgo the prepare section and use of GOPATH.
yochananmarqos commented on 2019-09-29 14:26
@iboyperson: Thanks, I couldn't figure out how to strip $PWD from the binary following the wiki.
iboyperson commented on 2019-09-28 16:49
Here is a revised PKGBUILD for Go >=1.11 packaging guidelines as tldr++ supports this. For the build flags see https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/git-lfs as this appears to be a more complete version of what is referenced in the guidelines.
cwrau commented on 2019-09-27 15:19
Awesome! Thanks!
yochananmarqos commented on 2019-09-27 14:10
Fixed!