add nodejs dep, change license name
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -2,12 +2,12 @@
|
||||
pkgname=claude-code
|
||||
_full_pkgname="@anthropic-ai/${pkgname}"
|
||||
pkgver=0.2.76
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An agentic coding tool that lives in your terminal"
|
||||
arch=('any')
|
||||
url="https://github.com/anthropics/claude-code"
|
||||
license=('custom')
|
||||
depends=()
|
||||
license=('LicenseRef-claude-code')
|
||||
depends=('nodejs')
|
||||
makedepends=('npm')
|
||||
optdepends=(
|
||||
'git: allow Claude to use git'
|
||||
|
||||
Reference in New Issue
Block a user