mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
add comment about gcs bucket
This commit is contained in:
parent
3b78751c4d
commit
3bce6cbd74
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -17,6 +17,8 @@ optdepends=(
|
|||
'ripgrep: enhanced file search'
|
||||
)
|
||||
|
||||
# This bucket is used in the official install script at https://claude.ai/install.sh
|
||||
# curl -fsSL https://claude.ai/install.sh | grep GCS_BUCKET
|
||||
_gcs_bucket="https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases"
|
||||
source=("LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md")
|
||||
source_x86_64=("claude-${pkgver}-x86_64::${_gcs_bucket}/${pkgver}/linux-x64/claude")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue