mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
New opt-out USE flag, 'web' which toggles web UI. Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
17 lines
553 B
XML
17 lines
553 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>me@rahil.rocks</email>
|
|
<name>Rahil Bhimjiani</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="web">Enables web user interface (UI)</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">AdguardTeam/AdGuardHome</remote-id>
|
|
<bugs-to>https://github.com/AdguardTeam/AdGuardHome/issues</bugs-to>
|
|
<doc>https://github.com/AdguardTeam/AdGuardHome/</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|