From 710e4da431d28cd2311dbbd53414395869126f79 Mon Sep 17 00:00:00 2001 From: Tommy Alatalo Date: Tue, 12 Sep 2023 16:54:24 +0200 Subject: [PATCH] New package: mcfly --- srcpkgs/mcfly/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/mcfly/template diff --git a/srcpkgs/mcfly/template b/srcpkgs/mcfly/template new file mode 100644 index 0000000000000..0756918cb35a7 --- /dev/null +++ b/srcpkgs/mcfly/template @@ -0,0 +1,17 @@ +# 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 +}