some more CPEs/PURLs

This commit is contained in:
Christoph Reiter 2024-12-15 15:59:10 +01:00
parent 801b14368a
commit b2e36d25cc
6 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,9 @@ pkgdesc="Rapidly scaffold out a new tauri app project (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/tauri-apps/create-tauri-app"
msys2_references=(
'purl: pkg:cargo/create-tauri-app'
)
license=('spdx:MIT OR Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
source=("${url}/archive/${_basename}-v${pkgver}/${_basename}-${_basename}-v${pkgver}.tar.gz")

View File

@ -11,6 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/dhovart/cargo-local-registry"
msys2_references=(
'aur: cargo-local-registry'
'purl: pkg:cargo/cargo-local-registry'
)
license=('spdx:MIT OR Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-zlib" "${MINGW_PACKAGE_PREFIX}-libssh2")

View File

@ -13,6 +13,7 @@ url='https://tauri.app/'
msys2_repository_url='https://github.com/tauri-apps/tauri'
msys2_references=(
'archlinux: cargo-tauri'
'purl: pkg:cargo/tauri'
)
license=('spdx:MIT OR Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")

View File

@ -10,6 +10,7 @@ arch=(any)
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: lzo'
'cpe: cpe:2.3:a:lzo_project:lzo'
)
url="https://www.oberhumer.com/opensource/lzo"
license=("GPL")

View File

@ -13,6 +13,7 @@ msys2_repository_url="https://github.com/starship/starship"
msys2_references=(
'archlinux: starship'
'purl: pkg:cargo/starship'
'cpe: cpe:2.3:a:starship:starship'
)
license=('spdx:ISC')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust" "${MINGW_PACKAGE_PREFIX}-cmake")

View File

@ -10,6 +10,9 @@ pkgdesc="Fast and lightweight x86/x86-64 disassembler and code generation librar
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/zyantific/zydis"
msys2_references=(
'cpe: cpe:2.3:a:zyantific:zydis'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-zycore-c")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"