From 645843e793a1bd61d370ebc7060b98f361b53175 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Wed, 6 Oct 2021 22:48:01 +0200 Subject: [PATCH] New package: pistol-0.3.2 --- srcpkgs/pistol/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/pistol/template diff --git a/srcpkgs/pistol/template b/srcpkgs/pistol/template new file mode 100644 index 000000000000..18471fcebb28 --- /dev/null +++ b/srcpkgs/pistol/template @@ -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 " +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 +}