From 02a02ae5bc5266465b7b4ac9b5a659f74455a115 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 7 Oct 2021 15:00:11 -0400 Subject: [PATCH] New package: ouch-0.2.0 --- 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..f0ec86832849 --- /dev/null +++ b/srcpkgs/ouch/template @@ -0,0 +1,15 @@ +# Template file for 'ouch' +pkgname=ouch +version=0.2.0 +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=05f6e18326a8971f5ace15dd85a42b09028f091704a803a4aebb51803cdc7da3 + +post_install() { + vlicense LICENSE +}