From 614d5df0b027c660fc3bc3597246880f915aaf41 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.2.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..367969f40177 --- /dev/null +++ b/srcpkgs/pistol/template @@ -0,0 +1,18 @@ +# Template file for 'pistol' +pkgname=pistol +version=0.2.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=524af024257edb7ccb29df9a3ce1e8ae918307aa4f7b5c31df9202938bd0e5e0 + +post_install() { + vlicense LICENSE +}