From 7f1dd7850c4c17aeba8edaec6b9e78a74bd3a49b Mon Sep 17 00:00:00 2001 From: wjyrich <1071633242@qq.com> Date: Thu, 26 Oct 2023 15:22:46 +0800 Subject: [PATCH] build: add QArchive a cross-platform C++ library that modernizes libarchive , This library helps you to extract and compress archives supported by libarchive Log: add software name--QArchive --- io.github.Arqiver/linglong.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 io.github.Arqiver/linglong.yaml diff --git a/io.github.Arqiver/linglong.yaml b/io.github.Arqiver/linglong.yaml new file mode 100644 index 000000000..709d17694 --- /dev/null +++ b/io.github.Arqiver/linglong.yaml @@ -0,0 +1,19 @@ +package: + id: io.github.Arqiver + name: Arqiver + version: 0.11.0 + kind: app + description: | + a simple and lightweight Qt archive manager as a front-end for libarchive (bsdtar), gzip and 7z. Not depending on any desktop environment. + +runtime: + id: org.deepin.Runtime + version: 23.0.0 + +source: + kind: git + url: "https://github.com/tsujan/Arqiver.git" + commit: 5180e3cac07c66f5401d1bd4b59e340eb7e18b8c + +build: + kind: cmake