mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
add more optdepends
This commit is contained in:
parent
ff3aa892a8
commit
ccfcc4f64d
2 changed files with 6 additions and 2 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue