Skip to content

Commit

Permalink
New package: pistol-0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyDD committed Jun 7, 2022
1 parent 48dd579 commit 645843e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/pistol/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'pistol'
pkgname=pistol
version=0.3.2
revision=1
build_style=go
go_import_path=github.com/doronbehar/pistol/cmd/${pkgname}
go_ldflags="-X 'main.Version=${version}'"
makedepends="file-devel"
short_desc="File previewer for command line file managers"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"
homepage="https://github.com/doronbehar/pistol"
distfiles="https://github.com/doronbehar/pistol/archive/v${version}.tar.gz"
checksum=7eaf196bbf9f8aaa78a9688ee8c13dbd5c91050e470526e052256a2dd35988d0

post_install() {
vlicense LICENSE
}

0 comments on commit 645843e

Please sign in to comment.