Install this version:
emerge -a =app-arch/brzip-0.3.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/brzip-0.3.4
Or alternatively:
emerge --autounmask-write -a =app-arch/brzip-0.3.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.4 | 8 | ~amd64 | 0 |
# 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"
RDEPEND="
app-arch/brotli:=
app-crypt/libmd
dev-libs/xxhash:="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_configure() {
local emesonargs=(
-Dlibmd=true
)
meson_src_configure
}
src_install() {
meson_src_install
dosym brzip /usr/bin/brzcat
dosym brzip /usr/bin/brunzip
dosym brzip.1 /usr/share/man/man1/brzcat.1
dosym brzip.1 /usr/share/man/man1/brunzip.1
}
app-arch/brotli:= app-crypt/libmd dev-libs/xxhash:=
app-arch/brotli:= app-crypt/libmd dev-libs/xxhash:=
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | brzip-0.3.4.tar.bz2 | 49279 bytes | https://gitlab.com/ms1888/brzip/-/archive/0.3.4/brzip-0.3.4.tar.bz2 |