New package: pistol-0.5.2

This commit is contained in:
8B411 2025-07-09 19:10:42 +03:00 committed by Duncan Overbruck
parent 42fadd4d59
commit c9b0b87d7d

22
srcpkgs/pistol/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'pistol'
pkgname=pistol
version=0.5.2
revision=1
build_style=go
go_import_path=github.com/doronbehar/pistol
go_package="${go_import_path}/cmd/pistol"
hostmakedepends="ruby-asciidoctor"
makedepends="file-devel"
short_desc="File previewer for command line file managers"
maintainer="8B411 <8B411@disroot.org>"
license=MIT
homepage="https://github.com/doronbehar/pistol"
changelog="https://github.com/doronbehar/pistol/releases"
distfiles="https://github.com/doronbehar/pistol/archive/v${version}.tar.gz"
checksum=098d52bf9142410469c39bd181fe0f5674ffde2f8077e77e6e7e4c399f016526
post_install() {
asciidoctor -b manpage -d manpage README.adoc
vman pistol.1
vlicense LICENSE
}