Search Criteria
Package Details: pistol-git 0.3.2.r7.g4b834a9-1
Git Clone URL: | https://aur.archlinux.org/pistol-git.git (read-only, click to copy) |
---|---|
Package Base: | pistol-git |
Description: | General purpose file previewer |
Upstream URL: | https://github.com/doronbehar/pistol |
Licenses: | MIT |
Submitter: | sharethewisdom |
Maintainer: | sharethewisdom |
Last Packager: | sharethewisdom |
Votes: | 4 |
Popularity: | 0.023264 |
First Submitted: | 2019-11-25 14:32 (UTC) |
Last Updated: | 2022-07-10 17:17 (UTC) |
Dependencies (7)
- file (file-git)
- asciidoctor (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
- make (make-git) (make)
- lf (lf-git, lf-sixel-git, lf-bin) (optional) – file browser to preview files in
- ranger (ranger-git) (optional) – file browser to preview files in
Latest Comments
1 2 Next › Last »
rek2 commented on 2023-07-31 15:18 (UTC)
Does not work for me, is failing for the longest time :(
turgid commented on 2023-07-12 13:13 (UTC) (edited on 2023-07-12 13:16 (UTC) by turgid)
@sharethewisdom Any chance you could update the pkgbuild so this works?
I'm also seeing errors during install due to the way the go packages are permissioned.
Example:
Looks like prepare() block may need update with solution listed here: https://bbs.archlinux.org/viewtopic.php?pid=1847761#p1847761
maksut commented on 2023-05-14 15:03 (UTC)
As the previous comment stated, this package is not installing the binary.
Maybe it needs to be added back into
package()
like this:donbex commented on 2023-02-02 22:20 (UTC)
I presume it is not intentional that since the last change on 2022-07-10 this package is not installing the
pistol
executable any more.sharethewisdom commented on 2022-07-10 17:19 (UTC)
fixed
haawda commented on 2022-07-10 13:20 (UTC)
No longer builds. This one works for me:
markstos commented on 2022-01-04 14:49 (UTC)
I installed it today with
paru
and the package installed fine.sharethewisdom commented on 2021-12-03 00:25 (UTC)
see https://bbs.archlinux.org/viewtopic.php?id=246720
I'll take a look, it may take a while...
go clean -modcache
appears to be the way they clean read-only module directories. In build() it should probably also beenv CGO_ENABLED=1 GO111MODULE=on GOPATH="$srcdir" go get -v "$_gourl/cmd/pistol"
.bader commented on 2021-12-02 16:20 (UTC) (edited on 2021-12-02 16:21 (UTC) by bader)
Build fails due to the attempt to strip src/bin/pistol
bader commented on 2021-12-02 16:17 (UTC)
There seems to me a permission issue when trying to re-install the package.
the .gitinore file permissions is set to
.r--r--r--
1 2 Next › Last »