# Copyright 2026 Nadeŭka # Distributed under the terms of the GNU General Public License v2 EAPI=9 inherit git-r3 DESCRIPTION='C decompress tool for mozilla lz4json format' HOMEPAGE=https://github.com/andikleen/lz4json EGIT_REPO_URI=https://github.com/andikleen/${PN}.git LICENSE=BSD-2 SLOT=0 BDEPEND=virtual/pkgconfig DEPEND=app-arch/lz4:= RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}" ) src_install() { dobin lz4jsoncat lz4jsonpack doman lz4jsoncat.1 }