From ccaaf344ed8df99c31e67fb1822c01c18242260d Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Sat, 17 Jul 2021 15:45:49 +0300 Subject: [PATCH] New package: mcfly-0.5.7 --- srcpkgs/mcfly/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/mcfly/template diff --git a/srcpkgs/mcfly/template b/srcpkgs/mcfly/template new file mode 100644 index 000000000000..6b7551daacdb --- /dev/null +++ b/srcpkgs/mcfly/template @@ -0,0 +1,15 @@ +# Template file for 'mcfly' +pkgname=mcfly +version=0.5.7 +revision=1 +build_style=cargo +short_desc="Fly through your shell history" +maintainer="Gadzhi Kharkharov " +license="MIT" +homepage="https://github.com/cantino/mcfly" +distfiles="https://github.com/cantino/mcfly/archive/v${version}.tar.gz" +checksum=8132e47b1354fc985c8d5553d5c7fd6e9524aa3dc938ae5ac90c01967a7f61c0 + +post_install() { + vlicense LICENSE +}