mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
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>
17 lines
585 B
XML
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>
|