Files
guru/net-p2p/p2pool/metadata.xml
Filip Kobierski f4c4640b0d net-p2p/p2pool: add 4.4-r1 with improvements
1. USE=daemon with openrc scripts
   - disabled by default, the behaviour does not change
2. adjust DEPENDs
   - openssl is not needed if USE=ssl
   - czmq is not linked to FWICT
   - add libsodium & randomx
3. Adjust style to be shorter

Signed-off-by: Filip Kobierski <fkobi@pm.me>
2025-04-29 17:41:03 +02:00

17 lines
585 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>adam.pimentel46@gmail.com</email>
<name>Adam Pimentel</name>
</maintainer>
<use>
<flag name="daemon">Install OpenRC scripts allowing for running p2pool as a system service</flag>
</use>
<upstream>
<bugs-to>https://github.com/SChernykh/p2pool/issues</bugs-to>
<changelog>https://github.com/SChernykh/p2pool/releases</changelog>
<remote-id type="github">SChernykh/p2pool</remote-id>
</upstream>
</pkgmetadata>