<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>lucascs@protonmail.com</email>
		<name>Lucas Couto</name>
	</maintainer>
	<longdescription lang="en">
		Lemonade is a local LLM server that exposes an OpenAI-compatible HTTP API
		plus a browser UI, and configures state-of-the-art inference engines for
		the hardware it finds: AMD GPUs (ROCm/Vulkan), NVIDIA GPUs, Intel, Ryzen
		AI NPUs and plain CPU.  It ships a daemon (lemond) and a CLI client
		(lemonade) able to download, load and route models from providers such as
		Hugging Face.

		This package installs upstream's prebuilt "embeddable" binaries instead of
		building from source.  The binaries are taken from the embeddable tarball,
		which links its Debian-specific dependencies statically; the official .deb
		is used only as a source of architecture-independent data (web UI, JSON
		resources, schemas, examples, man pages and systemd units), because its
		executables require Debian-13 library sonames that do not exist on Gentoo.

		Inference backends are not packaged: lemond downloads them at runtime into
		its cache directory.
	</longdescription>
	<use>
		<flag name="systemd">Install the system and user systemd units for the
			lemond daemon, plus the sysusers.d snippet.  Upstream provides no
			OpenRC service and the units use systemd-only directives, so they are
			omitted on non-systemd installs.</flag>
	</use>
	<upstream>
		<remote-id type="github">lemonade-sdk/lemonade</remote-id>
		<bugs-to>https://github.com/lemonade-sdk/lemonade/issues</bugs-to>
		<doc>https://lemonade-server.ai/docs/</doc>
	</upstream>
</pkgmetadata>
