From b935edf840564aff429c7f3f909afa1a5ab7a208 Mon Sep 17 00:00:00 2001 From: atweiden Date: Sat, 4 Jul 2020 14:03:53 +1000 Subject: [PATCH] New package: zr-0.0.17 --- srcpkgs/zr/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/zr/template diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template new file mode 100644 index 00000000000..b0f288d0e4c --- /dev/null +++ b/srcpkgs/zr/template @@ -0,0 +1,21 @@ +# Template file for 'zr' +pkgname=zr +version=0.0.17 +revision=1 +build_style=go +go_import_path="github.com/jackdoe/zr" +go_package="${go_import_path}/cmd/zr ${go_import_path}/cmd/zr-fetch + ${go_import_path}/cmd/zr-reindex ${go_import_path}/cmd/zr-stackexchange + ${go_import_path}/cmd/zr-stdin" +depends="sqlite" +short_desc="Offline, local, serverless search of StackOverflow/man/etc" +maintainer="Andy Weidenbaum " +license="BSD-3-Clause" +homepage="https://github.com/jackdoe/zr" +distfiles="https://github.com/jackdoe/zr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=6b998c062ffd1543a44dc07ec302db06bbaf682188936e61d5aab765540dd331 + +post_install() { + vlicense LICENSE + vdoc README.txt +}