From d499afe0b7dbdd2293fa41d63373cbb77b754374 Mon Sep 17 00:00:00 2001 From: daCoUSB <53299044+dacousb@users.noreply.github.com> Date: Tue, 27 Apr 2021 16:30:03 +0200 Subject: [PATCH] New package: comfy-0.5.4 --- srcpkgs/comfy/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/comfy/template diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template new file mode 100644 index 000000000000..f89e6ef0f512 --- /dev/null +++ b/srcpkgs/comfy/template @@ -0,0 +1,15 @@ +# Template file for 'comfy' +pkgname=comfy +version=0.5.4 +revision=1 +build_style=cargo +short_desc="Comfy is a flexible command script manager / runner written in Rust" +maintainer="daCoUSB " +license="MIT" +homepage="https://github.com/dacousb/comfy" +distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz" +checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c + +post_install() { + vlicense LICENSE +}