formatting fix

This commit is contained in:
Christopher Cooper
2025-03-10 10:43:40 -07:00
parent f5c80c4dea
commit c13d509a08

View File

@@ -20,7 +20,7 @@ b2sums=('3222c65ce53ffda3b6131a6deb6073b60cffbf8af3e578f93960f3f11058a64b9bcaa72
noextract=("${pkgname}-${pkgver}.tgz")
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
# Install from location in pkgdir since we have noextract.
install -Dm644 "${pkgdir}/usr/lib/node_modules/@anthropic-ai/claude-code/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"