From 95e5866d117d5796b4a522c8b3a9c8eb61f8f08c Mon Sep 17 00:00:00 2001 From: Tommy Alatalo Date: Tue, 12 Sep 2023 16:54:24 +0200 Subject: [PATCH] New package: mcfly-0.8.1 --- 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..04ced8b44d938 --- /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 +configure_args="--no-default-features" +hostmakedepends="pkg-config" +makedepends="sqlite-devel" +short_desc="Intelligent shell history search (ctrl-r) replacement" +maintainer="Tommy Alatalo " +license="MIT" +homepage="https://github.com/cantino/mcfly" +changelog="https://raw.githubusercontent.com/cantino/mcfly/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 +}