From a9bdb000eca81ed8f338eaf7b9aa76af7f648543 Mon Sep 17 00:00:00 2001 From: akhil Date: Sun, 17 Jul 2022 22:24:22 +0530 Subject: [PATCH] New package: cw-4.1.1 revert unrelated files expanded $pkgname --- srcpkgs/cw/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/cw/template diff --git a/srcpkgs/cw/template b/srcpkgs/cw/template new file mode 100644 index 000000000000..08c0ed2ee733 --- /dev/null +++ b/srcpkgs/cw/template @@ -0,0 +1,18 @@ +# Template file for 'cw' +pkgname=cw +version=4.1.1 +revision=1 +build_style=go +go_import_path=github.com/lucagrulla/cw +short_desc="Best way to tail AWS CloudWatch Logs from your terminal" +maintainer="akhil " +license="Apache-2.0" +homepage="https://www.lucagrulla.com/cw" +changelog="https://github.com/lucagrulla/cw/wiki/Release-notes" +distfiles="https://github.com/lucagrulla/cw/archive/refs/tags/v${version}.tar.gz" +checksum=49542e32cdf910a5bbebda1c841a1fac11c4224ef23c8b35cc4632b1bdb788a8 + +post_install() { + vcompletion cw.zsh zsh + vcompletion cw.bash bash +}