From 75a044fe3db42a251c47358c9eb17380737414b8 Mon Sep 17 00:00:00 2001 From: Tommy Alatalo Date: Tue, 12 Sep 2023 16:54:24 +0200 Subject: [PATCH] mcfly: new package --- srcpkgs/mcfly/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/mcfly/template diff --git a/srcpkgs/mcfly/template b/srcpkgs/mcfly/template new file mode 100644 index 0000000000000..5f48525f3fc73 --- /dev/null +++ b/srcpkgs/mcfly/template @@ -0,0 +1,20 @@ +# Template file for 'mcfly' +pkgname=mcfly +version=0.8.1 +revision=1 +build_style=cargo +short_desc="Intelligent shell history search (ctrl-r) replacement" +maintainer="Tommy Alatalo " +license="MIT" +homepage="https://github.com/cantino/mcfly" +changelog="https://github.com/cantino/mcfly/blob/master/CHANGELOG.txt" +distfiles="https://github.com/cantino/mcfly/archive/refs/tags/v${version}.tar.gz" +checksum=727fc98b7291cc5b79c90a48d2e4460bc71550f221be8d2dad2377580f9b2d72 + +post_install() { + vlicense LICENSE + vdoc README.md + vcompletion mcfly.fish fish + vcompletion mcfly.zsh zsh + vcompletion mcfly.bash bash +}