From 0cc4c5672bb4501000ca64e51dc653634983f1ac Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 30 Sep 2021 01:26:03 -0400 Subject: [PATCH] New package: ouch-0.1.6 --- srcpkgs/ouch/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ouch/template diff --git a/srcpkgs/ouch/template b/srcpkgs/ouch/template new file mode 100644 index 000000000000..46072dc8dddd --- /dev/null +++ b/srcpkgs/ouch/template @@ -0,0 +1,15 @@ +# Template file for 'ouch' +pkgname=ouch +version=0.1.6 +revision=1 +build_style=cargo +short_desc="Obvious Unified Compression Helper" +maintainer="cinerea0 " +license="MIT" +homepage="https://github.com/ouch-org/ouch" +distfiles="https://github.com/ouch-org/ouch/archive/refs/tags/${version}.tar.gz" +checksum=d8c49a9dfdd9d6befdd3cb66559f1ed1ab423d994c7ec1cd0bf6621792f3f02b + +post_install() { + vlicense LICENSE +}