gentoo-ebuilds/app-shells/atuin/metadata.xml
Florian Schmaus 0963a35c80
app-shells/atuin: add USE=system-sqlite, drop empty CRATES
Using system sqlite turns out to have a significant performance
impact. Until the actual cause is found, use the bundled sqlite per
default.

Also remove the empty CRATES definition.

Bug: https://bugs.gentoo.org/959120
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-07-23 09:13:54 +02:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<name>Jonas Frei</name>
<email>freijon@pm.me</email>
</maintainer>
<maintainer type="person">
<email>flow@gentoo.org</email>
<name>Florian Schmaus</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="client">Enable the autin client</flag>
<flag name="daemon">Enable the autin background daemon on the client</flag>
<flag name="server">Enable the autin server</flag>
<flag name="sync">Enable the server-sync feature in the autin client</flag>
<flag name="system-sqlite">Use the system SQLite instead of the bundled one. WARNING: enabling this has a negative performance impact (https://bugs.gentoo.org/959120)</flag>
</use>
<upstream>
<remote-id type="github">atuinsh/atuin</remote-id>
<bugs-to>https://github.com/atuinsh/atuin/issues</bugs-to>
</upstream>
</pkgmetadata>