add more optdepends

This commit is contained in:
Christopher Cooper 2025-01-31 22:04:13 -08:00
parent ff3aa892a8
commit ccfcc4f64d
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = codename-goose-bin
pkgdesc = An open-source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
pkgver = 1.0.4
pkgrel = 3
pkgrel = 4
url = https://github.com/block/goose
arch = x86_64
arch = aarch64
@ -11,6 +11,8 @@ pkgbase = codename-goose-bin
optdepends = ripgrep: searching in developer extension
optdepends = ollama: locally-running models
optdepends = org.freedesktop.secrets: API key management
optdepends = xdg-desktop-portal: screenshot capabilities on Wayland
optdepends = libxcb: window and screenshot capabilities on X
provides = codename-goose
conflicts = codename-goose
source_x86_64 = codename-goose-bin-1.0.4-x86_64.tar.bz2::https://github.com/block/goose/releases/download/v1.0.4/goose-x86_64-unknown-linux-gnu.tar.bz2

View file

@ -1,7 +1,7 @@
# Maintainer: Christopher Cooper <christopher@cg505.com>
pkgname=codename-goose-bin
pkgver=1.0.4
pkgrel=3
pkgrel=4
pkgdesc="An open-source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM"
arch=('x86_64' 'aarch64')
url="https://github.com/block/goose"
@ -14,6 +14,8 @@ optdepends=(
'ripgrep: searching in developer extension'
'ollama: locally-running models'
'org.freedesktop.secrets: API key management'
'xdg-desktop-portal: screenshot capabilities on Wayland'
'libxcb: window and screenshot capabilities on X'
)
provides=('codename-goose')
conflicts=('codename-goose')