diff --git a/srcpkgs/mcfly/template b/srcpkgs/mcfly/template new file mode 100644 index 00000000000000..f307e6538cf806 --- /dev/null +++ b/srcpkgs/mcfly/template @@ -0,0 +1,19 @@ +# Template file for 'mcfly' +pkgname=mcfly +version=0.9.4 +revision=1 +build_style=cargo +build_helper="qemu" +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 +}