From 747e27880ec46a5f55818ba46f27edd93e5ec876 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.3 --- 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..153fc949aab92 --- /dev/null +++ b/srcpkgs/mcfly/template @@ -0,0 +1,20 @@ +# Template file for 'mcfly' +pkgname=mcfly +version=0.8.3 +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=1d9f4e3b55fdac8b9c3007c19875bd308eb79dd473d371647e82250a52446d53 + +post_install() { + vlicense LICENSE + vdoc README.md +}