Package Details: pistol-git 0.4.2.r10.g5e71fe6-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: fontskeepmeawake
Last Packager: fontskeepmeawake
Votes: 4
Popularity: 0.65
First Submitted: 2019-11-25 14:32 (UTC)
Last Updated: 2024-03-25 18:28 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

bader commented on 2021-12-02 16:17 (UTC)

There seems to me a permission issue when trying to re-install the package.

❯ yay -S pistol-git
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  pistol-git-0.1.1.r2.gca4dcbb-1

  1 pistol-git                       (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> A
:: Deleting (1/1): /home/user/.cache/yay/pistol-git
unlinkat /home/user/.cache/yay/pistol-git/src/pkg/mod/golang.org/x/sys@v0.0.0-20211124211545-fe61309f8881/.gitignore: permission denied
:: (0/1) Downloaded PKGBUILD: pistol-git
 -> error fetching pistol-git: fatal: destination path 'pistol-git' already exists and is not an empty directory. 
    context: exit status 128

the .gitinore file permissions is set to .r--r--r--

sharethewisdom commented on 2021-05-17 12:28 (UTC)

thanks for notifying me, I added your changes. I haven't tested it because I don't use pistol anymore (I want to avoid any "go" packages at the moment). Please let me know if something breaks.

artdev commented on 2021-05-16 12:46 (UTC)

please add the manpage compilation since it is now possible

i did it with these changes in PKGBUILD

makedepends=('go' 'git' 'asciidoctor')

build() {
  ...
  asciidoctor -b manpage -d manpage README.adoc
}
package() {
  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" "$srcdir/$pkgname/LICENSE"
  install -Dm644 -t "$pkgdir/usr/share/man/man1" "$srcdir/$pkgname/pistol.1"
  install -Dm755 "$srcdir/bin/pistol" "$pkgdir/usr/bin/pistol"
}

sharethewisdom commented on 2020-05-28 19:46 (UTC)

please replace every occurrence of %s with %pistol-filename% in your pistol.conf file if you haven't already done so