From 15441817c514de39aeb1a7676217f87cb78b7bea Mon Sep 17 00:00:00 2001 From: Savoy Date: Fri, 7 Jan 2022 15:34:41 -0600 Subject: [PATCH] New package: ouch-0.3.1 --- srcpkgs/ouch/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ouch/template diff --git a/srcpkgs/ouch/template b/srcpkgs/ouch/template new file mode 100644 index 000000000000..90ce1466ddfb --- /dev/null +++ b/srcpkgs/ouch/template @@ -0,0 +1,16 @@ +# Template file for 'ouch' +pkgname=ouch +version=0.3.1 +revision=1 +build_style=cargo +makedepends="liblzma-devel bzip2-devel libzip-devel" +short_desc="CLI utility for easily compressing and decompressing files and dirs" +maintainer="Savoy " +license="MIT" +homepage="https://github.com/ouch-org/ouch" +distfiles="https://github.com/ouch-org/ouch/archive/refs/tags/${version}.tar.gz" +checksum=269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d + +post_install() { + vlicense LICENSE +}