mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Based out of the hiredis 1.1.0-r1 ebuild, with tests fixed, and an aditional use flag that includes the hiredis shims that hiredict ships. Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
24 lines
651 B
XML
24 lines
651 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>navi@vlhl.dev</email>
|
|
<name>Anna (navi) Figueiredo Gomes</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<slots>
|
|
<subslots>Reflect ABI of libhiredict.so.</subslots>
|
|
</slots>
|
|
<upstream>
|
|
<remote-id type="codeberg">redict/hiredict</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="shim">
|
|
Install header shims for the hiredis api.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|