mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-arch/libzim: new package
From https://data.gpo.zugaina.org/salfter/app-arch/libzim/ Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
1
app-arch/libzim/Manifest
Normal file
1
app-arch/libzim/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST libzim-9.2.1.tar.gz 251633 BLAKE2B 9fd7acf2c24d9c346dd26fe19edf0758a60b3cb3695c322d8cc7a9422f6506f2b343fbeff159aed2ba17c17803b4debc8ebcfb1a43d8e0a0c79a142986ba3265 SHA512 13daa28d8c8860936da16df1914d008adc519eba5d18d2e5de82ff1c605f6e7f46f2ce13c1b78f4b3810cd55396afc57d5577942d12190d988e0c6df7d2e2780
|
||||||
23
app-arch/libzim/libzim-9.2.1.ebuild
Normal file
23
app-arch/libzim/libzim-9.2.1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Copyright 2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit meson
|
||||||
|
|
||||||
|
DESCRIPTION="ZIM file format: an offline storage solution for content coming from the Web"
|
||||||
|
HOMEPAGE="https://wiki.openzim.org/wiki/OpenZIM"
|
||||||
|
SRC_URI="https://github.com/openzim/$PN/archive/$PV.tar.gz -> $P.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="sys-libs/zlib
|
||||||
|
app-arch/lzma
|
||||||
|
dev-libs/icu
|
||||||
|
app-arch/zstd
|
||||||
|
dev-libs/xapian
|
||||||
|
sys-fs/e2fsprogs"
|
||||||
|
|
||||||
|
DEPEND="virtual/pkgconfig"
|
||||||
11
app-arch/libzim/metadata.xml
Normal file
11
app-arch/libzim/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" proxied="yes">
|
||||||
|
<email>zdanevich.vitaly@ya.ru</email>
|
||||||
|
<name>Vitaly Zdanevich</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">openzim/libzim</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user