add optdepends for sandboxing
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -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.76
|
pkgver = 2.1.76
|
||||||
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
|
||||||
@@ -12,6 +12,8 @@ pkgbase = claude-code
|
|||||||
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
|
optdepends = tmux: agent team split panes
|
||||||
|
optdepends = bublewrap: sandboxing
|
||||||
|
optdepends = socat: sandboxing
|
||||||
options = !strip
|
options = !strip
|
||||||
source = cc-legal-20260313::https://code.claude.com/docs/en/legal-and-compliance.md
|
source = cc-legal-20260313::https://code.claude.com/docs/en/legal-and-compliance.md
|
||||||
sha256sums = 1e34536633a1b259f36724aa11bd73e6675c1fe3a5072ce57383558278611cba
|
sha256sums = 1e34536633a1b259f36724aa11bd73e6675c1fe3a5072ce57383558278611cba
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -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.76
|
pkgver=2.1.76
|
||||||
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"
|
||||||
@@ -16,6 +16,8 @@ optdepends=(
|
|||||||
'glab: interact with GitLab'
|
'glab: interact with GitLab'
|
||||||
'ripgrep: enhanced file search'
|
'ripgrep: enhanced file search'
|
||||||
'tmux: agent team split panes'
|
'tmux: agent team split panes'
|
||||||
|
'bublewrap: sandboxing'
|
||||||
|
'socat: sandboxing'
|
||||||
)
|
)
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user