From d12c3ade9de15648abe9869d485fe46c1e8caef4 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 7 Sep 2021 13:32:22 -0400 Subject: [PATCH] New package: ouch-0.1.5 --- 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..bbf39e13a7fa --- /dev/null +++ b/srcpkgs/ouch/template @@ -0,0 +1,15 @@ +# Template file for 'ouch' +pkgname=ouch +version=0.1.5 +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=182ea25a6c47d73894d9ace6b8ea7ef71a05117acac61f9d25cbcdc409b2a5ae + +post_install() { + vlicense LICENSE +}