From b00dd0a64a0193c53f166b36975319c00ee8ea12 Mon Sep 17 00:00:00 2001 From: Mazin Fadl Date: Mon, 16 Oct 2023 11:32:02 -0400 Subject: [PATCH] New package: mcfly-0.8.1 --- srcpkgs/mcfly/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/mcfly/template diff --git a/srcpkgs/mcfly/template b/srcpkgs/mcfly/template new file mode 100644 index 0000000000000..22dc50f480b1e --- /dev/null +++ b/srcpkgs/mcfly/template @@ -0,0 +1,19 @@ +# Template file for 'mcfly' +pkgname=mcfly +version=0.8.1 +revision=1 +build_style=cargo +short_desc="Intelligent search engine for your shell history" +maintainer="Mazin Fadl " +license="MIT" +homepage="https://github.com/cantino/mcfly" +distfiles="https://github.com/cantino/mcfly/archive/refs/tags/v${version}.tar.gz" +checksum=727fc98b7291cc5b79c90a48d2e4460bc71550f221be8d2dad2377580f9b2d72 + +post_install() { + for shell in bash fish zsh; do + vcompletion mcfly.${shell} ${shell} + done + + vlicense LICENSE +}