Add some npm PURLs

This commit is contained in:
Christoph Reiter 2025-08-11 06:28:24 +02:00
parent 88901aa00a
commit 81f5697f3a
6 changed files with 16 additions and 0 deletions

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://eslint.org'
msys2_repository_url='https://github.com/eslint/eslint'
msys2_references=(
'purl: pkg:npm/eslint'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-nodejs")
source=("https://registry.npmjs.org/${_realname}/-/${_realname}-${pkgver}.tgz")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://neovim.io/node-client/'
msys2_repository_url='https://github.com/neovim/node-client'
msys2_references=(
'purl: pkg:npm/neovim'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-nodejs")
source=("https://registry.npmjs.org/${_realname}/-/${_realname}-${pkgver}.tgz")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://webpack.js.org/api/cli/'
msys2_repository_url='https://github.com/webpack/webpack-cli'
msys2_references=(
'purl: pkg:npm/webpack-cli'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-nodejs")
source=("https://registry.npmjs.org/${_realname}/-/${_realname}-${pkgver}.tgz")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://microsoft.github.io/pyright'
msys2_repository_url='https://github.com/microsoft/pyright'
msys2_references=(
'purl: pkg:npm/pyright'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-nodejs")
source=("https://registry.npmjs.org/${_realname}/-/${_realname}-${pkgver}.tgz")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://www.typescriptlang.org/'
msys2_repository_url='https://github.com/microsoft/TypeScript'
msys2_references=(
'purl: pkg:npm/typescript'
)
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-nodejs")
source=("https://registry.npmjs.org/${_realname}/-/${_realname}-${pkgver}.tgz")

View File

@ -11,6 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://yarnpkg.com/"
msys2_references=(
"cpe: cpe:/a:yarnpkg:yarn"
"purl: pkg:npm/yarn"
)
license=("spdx:BSD-2-Clause")
depends=("${MINGW_PACKAGE_PREFIX}-nodejs")