mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-arch/brzip: new package, add 0.3.2
Signed-off-by: Matija Skala <mskala@gmx.com>
This commit is contained in:
1
app-arch/brzip/Manifest
Normal file
1
app-arch/brzip/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST brzip-0.3.2.tar.bz2 49220 BLAKE2B 3b5eb7e7d7e5364e0ff74ae1ec8f14a0ea0f2dd2c44bd3bd4381c2e8518722c579467fd859bfe220330094e332d30d508c79f0cb4282c158ae4645ef69c84fc0 SHA512 18bbfe1da545495fd800cfb62be46366d0ac3b5db63b4d773667b556b37bd802c131dce4cbb8114525ade3023747fbd4b5c160c00e6be383cf3b496e3316f35d
|
||||
20
app-arch/brzip/brzip-0.3.2.ebuild
Normal file
20
app-arch/brzip/brzip-0.3.2.ebuild
Normal 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"
|
||||
11
app-arch/brzip/metadata.xml
Normal file
11
app-arch/brzip/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user