add tmux optdepend

This commit is contained in:
Christopher Cooper
2026-02-05 11:23:29 -08:00
parent 9b79da5c9b
commit 0c617b3520
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = claude-code pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 2.1.32 pkgver = 2.1.32
pkgrel = 1 pkgrel = 2
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = x86_64 arch = x86_64
arch = aarch64 arch = aarch64
@@ -11,6 +11,7 @@ pkgbase = claude-code
optdepends = github-cli: interact with GitHub optdepends = github-cli: interact with GitHub
optdepends = glab: interact with GitLab optdepends = glab: interact with GitLab
optdepends = ripgrep: enhanced file search optdepends = ripgrep: enhanced file search
optdepends = tmux: agent team split panes
options = !strip options = !strip
source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md
sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6 sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6

View File

@@ -2,7 +2,7 @@
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com> # Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code pkgname=claude-code
pkgver=2.1.32 pkgver=2.1.32
pkgrel=1 pkgrel=2
pkgdesc="An agentic coding tool that lives in your terminal" pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url="https://github.com/anthropics/claude-code" url="https://github.com/anthropics/claude-code"
@@ -15,6 +15,7 @@ optdepends=(
'github-cli: interact with GitHub' 'github-cli: interact with GitHub'
'glab: interact with GitLab' 'glab: interact with GitLab'
'ripgrep: enhanced file search' 'ripgrep: enhanced file search'
'tmux: agent team split panes'
) )
# This bucket is used in the official install script at https://claude.ai/install.sh # This bucket is used in the official install script at https://claude.ai/install.sh