summaryrefslogtreecommitdiff
path: root/app-shells/atuin/metadata.xml
blob: 6ba25d266f6af8e1d203c81ab8c90b0f796fe572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>
		<changelog>https://github.com/atuinsh/atuin/releases</changelog>
		<bugs-to>https://github.com/atuinsh/atuin/issues</bugs-to>
	</upstream>
</pkgmetadata>