summaryrefslogtreecommitdiff
path: root/app-arch/qpress/qpress-20220819.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-09 09:17:42 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-09 09:17:42 +0000
commit1f9ba344a5e235c6a8667384aa6ec8dd42d73889 (patch)
tree170e6ab0a0a9d7dc278b1533c41eec0cba8f9f13 /app-arch/qpress/qpress-20220819.ebuild
parent8b5d973bd4c43f578cef7a46652599e470f1d9fc (diff)
gentoo auto-resync : 09:12:2022 - 09:17:42
Diffstat (limited to 'app-arch/qpress/qpress-20220819.ebuild')
-rw-r--r--app-arch/qpress/qpress-20220819.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/qpress/qpress-20220819.ebuild b/app-arch/qpress/qpress-20220819.ebuild
new file mode 100644
index 000000000000..c7327d69a530
--- /dev/null
+++ b/app-arch/qpress/qpress-20220819.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A portable file archiver using QuickLZ algorithm"
+HOMEPAGE="https://github.com/PierreLvx/qpress"
+SRC_URI="https://github.com/PierreLvx/qpress/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-1 GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=(
+ "${FILESDIR}/${P}-fix-build-system.patch"
+)
+
+src_install() {
+ dobin qpress
+ dodoc readme.md
+}