Skip to content

Commit

Permalink
Add GitHub-based purl references
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik authored and lazka committed Feb 16, 2025
1 parent 28d1cfc commit 87e6415
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mingw-w64-cppdap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/google/cppdap'
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/google/cppdap'
)
license=('spdx:Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-highway/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/google/highway'
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/google/highway'
)
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-http-parser/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/nodejs/http-parser'
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/nodejs/http-parser'
)
license=('MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc")
source=(${_realname}-${pkgver}.tar.gz::"${msys2_repository_url}/archive/v${pkgver}.tar.gz")
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-lerc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/Esri/lerc"
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/esri/lerc'
)
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-libbacktrace/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/ianlancetaylor/libbacktrace"
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/ianlancetaylor/libbacktrace'
)
license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-libdeflate/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/ebiggers/libdeflate'
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/ebiggers/libdeflate'
)
license=('spdx:MIT')
makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc"
Expand Down
1 change: 1 addition & 0 deletions mingw-w64-libdovi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ license=('spdx:MIT')
msys2_references=(
'archlinux: libdovi'
'purl: pkg:cargo/dolby_vision'
'purl: pkg:github/quietvoid/dovi_tool'
)
makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
"${MINGW_PACKAGE_PREFIX}-cargo-c")
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-libkqueue/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/mheily/libkqueue'
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/mheily/libkqueue'
)
license=('spdx: ISC AND BSD-2-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=(
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-liblc3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/google/liblc3'
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/google/liblc3'
)
license=('spdx:Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-meson"
"${MINGW_PACKAGE_PREFIX}-ninja"
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-liblqr/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://liblqr.wikidot.com/"
msys2_repository_url='https://github.com/carlobaldassi/liblqr/'
msys2_references=(
'purl: pkg:github/carlobaldassi/liblqr'
)
license=("spdx:LGPL-2.1-or-later OR GPL-2.1-or-later")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
depends=("${MINGW_PACKAGE_PREFIX}-glib2")
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-libraqm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/HOST-Oman/libraqm"
msys2_repository_url=${url}
msys2_references=(
'purl: pkg:github/host-oman/libraqm'
)
depends=("${MINGW_PACKAGE_PREFIX}-freetype"
"${MINGW_PACKAGE_PREFIX}-harfbuzz"
"${MINGW_PACKAGE_PREFIX}-fribidi")
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-libva/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://intel.github.io/libva/'
msys2_repository_url='https://github.com/intel/libva'
msys2_references=(
'purl: pkg:github/intel/libva'
)
license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-meson"
"${MINGW_PACKAGE_PREFIX}-ninja"
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-libvpl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://intel.github.io/libvpl'
msys2_repository_url="https://github.com/intel/libvpl"
msys2_references=(
'purl: pkg:github/intel/libvpl'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
provides=("${MINGW_PACKAGE_PREFIX}-onevpl")
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-ttf-dejavu/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ pkgdesc="Font family based on the Bitstream Vera Fonts with a wider range of cha
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://dejavu-fonts.github.io/"
msys2_references=(
'purl: pkg:github/dejavu-fonts/dejavu-fonts'
)
license=('custom')
depends=("${MINGW_PACKAGE_PREFIX}-fontconfig")
# 'xorg-fonts-encodings' 'xorg-mkfontscale' 'xorg-mkfontdir')
Expand Down

0 comments on commit 87e6415

Please sign in to comment.