From 4ad38a10a70f8408f1be745035b2ffaf84f8c835 Mon Sep 17 00:00:00 2001 From: jgart Date: Thu, 18 Nov 2021 18:58:33 -0500 Subject: [PATCH] New package: the-way-0.14.4. --- srcpkgs/the-way/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/the-way/template diff --git a/srcpkgs/the-way/template b/srcpkgs/the-way/template new file mode 100644 index 000000000000..0b3116f1fa67 --- /dev/null +++ b/srcpkgs/the-way/template @@ -0,0 +1,15 @@ +# Template file for 'the-way' +pkgname=the-way +version=0.14.4 +revision=1 +build_style=cargo +short_desc="Code snippets manager for your terminal" +maintainer="jgart " +license="MIT" +homepage="https://github.com/out-of-cheese-error/the-way" +distfiles="https://github.com/out-of-cheese-error/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=@7ffce9b744ccbc9cdf8c7968f50ce8b580d66d9d40c477d090b6a45aa5560ccd + +post_install() { + vlicense LICENSE +}