Add some npm PURLs
This commit is contained in:
parent
88901aa00a
commit
81f5697f3a
@ -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")
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user