blob: 547205c258b436e61669cd307b273b92fe88364d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = lumen
pkgdesc = Instant AI Git Commit message, Git changes summary from the CLI (no API key required)
pkgver = 1.6.0
pkgrel = 1
url = https://github.com/jnsahaj/lumen
arch = x86_64
license = MIT
makedepends = cargo
depends = git
optdepends = fzf: Required for lumen list command
optdepends = mdcat: Required for pretty output formatting
optdepends = ollama: Local AI provider
optdepends = ollama-cuda: Local AI provider with CUDA
optdepends = ollama-rocm: Local AI provider with ROCm
source = https://github.com/jnsahaj/lumen/archive/refs/tags/v1.6.0/lumen-1.6.0.tar.gz
sha256sums = a80d2212dabc19652f532e665da624f817b736fa28fff8c58dfcc4bc956af01e
pkgname = lumen
|