feat: initial commit

This commit is contained in:
2026-06-26 03:04:15 +02:00
commit 6e344d1de6
5 changed files with 46 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
pkgbase = claude-code
pkgdesc = Use Claude, Anthropic's AI assistant, right from your terminal
pkgver = 2.1.193
pkgrel = 1
url = https://claude.ai/code
arch = x86_64
license = LicenseRef-proprietary
provides = claude
conflicts = claude
source = claude::https://downloads.claude.ai/claude-code-releases/2.1.193/linux-x64/claude
sha256sums = c9f04d929f18bd9a101f3897f27de4e1e0f15ebe8400d4aaf02983d73dd66b1d
pkgname = claude-code
+6
View File
@@ -0,0 +1,6 @@
/pkg/
/src/
/claude
/claude-code-*.tgz
/claude-code-*.pkg.tar*
/claude-code-*.src.tar*
+21
View File
@@ -0,0 +1,21 @@
# Maintainer: Oscar Wallberg <oscar.wallberg@outlook.com>
pkgname=claude-code
pkgver=2.1.193
pkgrel=1
pkgdesc="Use Claude, Anthropic's AI assistant, right from your terminal"
arch=('x86_64')
url="https://claude.ai/code"
license=('LicenseRef-proprietary')
options=('!strip')
provides=('claude')
conflicts=('claude')
source=("claude::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-x64/claude"
"claude.sh")
sha256sums=('c9f04d929f18bd9a101f3897f27de4e1e0f15ebe8400d4aaf02983d73dd66b1d'
'd4f14ff492a181c59f42b32cf97d8682801d77ae7be0a96f5730c22755dd16c0')
package() {
install -Dm755 claude "${pkgdir}/usr/lib/claude-code/claude"
install -Dm755 claude.sh "${pkgdir}/usr/bin/claude"
}
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
exec env DISABLE_INSTALLATION_CHECKS=1 /usr/lib/claude-code/claude "$@"
+4
View File
@@ -0,0 +1,4 @@
[claude-code]
source = "regex"
url = "https://downloads.claude.ai/claude-code-releases/latest"
regex = '(\d+\.\d+\.\d+)'