app-arch/brzip: new package, add 0.3.2

Signed-off-by: Matija Skala <mskala@gmx.com>
This commit is contained in:
Matija Skala
2026-06-03 19:14:37 +02:00
parent 791742de6d
commit a38573f7e3
3 changed files with 32 additions and 0 deletions

1
app-arch/brzip/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST brzip-0.3.2.tar.bz2 49220 BLAKE2B 3b5eb7e7d7e5364e0ff74ae1ec8f14a0ea0f2dd2c44bd3bd4381c2e8518722c579467fd859bfe220330094e332d30d508c79f0cb4282c158ae4645ef69c84fc0 SHA512 18bbfe1da545495fd800cfb62be46366d0ac3b5db63b4d773667b556b37bd802c131dce4cbb8114525ade3023747fbd4b5c160c00e6be383cf3b496e3316f35d

View File

@@ -0,0 +1,20 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="A compression utility based on Brotli algorithm"
HOMEPAGE="https://gitlab.com/ms1888/brzip"
SRC_URI="https://gitlab.com/ms1888/brzip/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
app-arch/brotli:=
dev-libs/xxhash:="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Matija Skala</name>
<email>mskala@gmx.com</email>
</maintainer>
<upstream>
<remote-id type="gitlab">ms1888/brzip</remote-id>
</upstream>
</pkgmetadata>