Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
lemonade
Commits:
afad14da by Maxime Gauduin at 2026-06-29T23:30:09+02:00
add optdep on fastflowlm and llama-cpp
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lemonade
pkgdesc = Lemonade helps users discover and run local AI apps by
serving optimized LLMs right from their own GPUs and NPUs
pkgver = 10.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lemonade-sdk/lemonade
arch = x86_64
license = Apache-2.0
@@ -42,6 +42,8 @@ pkgname = lemonade-server
depends = systemd-libs
depends = unzip
depends = zstd
+ optdepends = fastflowlm: FLM support
+ optdepends = llama-cpp: Use system llama.cpp
backup = etc/lemonade/conf.d/zz-secrets.conf
pkgname = lemonade-desktop
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgname=(
)
pkgdesc='Lemonade helps users discover and run local AI apps by serving
optimized LLMs right from their own GPUs and NPUs'
pkgver=10.8.1
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url=https://github.com/lemonade-sdk/lemonade
license=(Apache-2.0)
@@ -83,6 +83,10 @@ package_lemonade-server() {
unzip
zstd
)
+ optdepends=(
+ 'fastflowlm: FLM support'
+ 'llama-cpp: Use system llama.cpp'
+ )
backup=(etc/lemonade/conf.d/zz-secrets.conf)
DESTDIR="${pkgdir}" cmake --install build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lemonade/-/commit/afad14dac38cf7625cdc00cf30450d6b7a8b824c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lemonade/-/commit/afad14dac38cf7625cdc00cf30450d6b7a8b824c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help