From 2f561524080fa7e298babaf24f237c258e6eeb72 Mon Sep 17 00:00:00 2001 From: vexalous Date: Mon, 20 Apr 2026 22:42:21 -0400 Subject: [PATCH] New package: mcfly-0.9.4 --- srcpkgs/mcfly/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/mcfly/template diff --git a/srcpkgs/mcfly/template b/srcpkgs/mcfly/template new file mode 100644 index 00000000000000..20050c8a52bbcf --- /dev/null +++ b/srcpkgs/mcfly/template @@ -0,0 +1,18 @@ +# Template file for 'mcfly' +pkgname=mcfly +version=0.9.4 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="sqlite-devel" +short_desc="Fly through your shell history using a neural network" +maintainer="vexalous " +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/v${version}.tar.gz" +checksum=31cdd76bfab3b05b4873bc20f03eb022e5a5d68f6595bc6df5dd9fce4b519e53 + +post_install() { + vlicense LICENSE +}