mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
17 lines
757 B
XML
17 lines
757 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<use>
|
|
<flag name="cairo">Build support for exporting to PNG and PDF with <pkg>x11-libs/cairo</pkg></flag>
|
|
<flag name="leveldb">Use <pkg>dev-libs/leveldb</pkg> as the backend</flag>
|
|
<flag name="ncurses">Build support for the ncurses client</flag>
|
|
<flag name="sqlite">Use <pkg>dev-db/sqlite</pkg>:3 as the backend</flag>
|
|
<flag name="tokyocabinet">Use <pkg>dev-db/tokyocabinet</pkg> as the backend</flag>
|
|
<flag name="X">Use X11 for the GUI instead of OpenGL. This is the recommended option</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">zevv/duc</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|