Drop clang32.
This commit is contained in:
parent
4a3388b5bb
commit
fe16a8ea7c
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
|||||||
{ msystem: CLANG64, runner: windows-2022 },
|
{ msystem: CLANG64, runner: windows-2022 },
|
||||||
{ msystem: MINGW64, runner: windows-2022 },
|
{ msystem: MINGW64, runner: windows-2022 },
|
||||||
{ msystem: MINGW32, runner: windows-2022 },
|
{ msystem: MINGW32, runner: windows-2022 },
|
||||||
{ msystem: CLANG32, runner: windows-2022 },
|
|
||||||
# { msystem: CLANGARM64, runner: ['Windows', 'ARM64', 'CI'] }
|
# { msystem: CLANGARM64, runner: ['Windows', 'ARM64', 'CI'] }
|
||||||
]
|
]
|
||||||
name: ${{ matrix.msystem }}
|
name: ${{ matrix.msystem }}
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=2023.09.28
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="A meta package for the GNU autotools build system (mingw-w64)"
|
pkgdesc="A meta package for the GNU autotools build system (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'internal'
|
'internal'
|
||||||
)
|
)
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgver=1.1.0
|
|||||||
pkgrel=4
|
pkgrel=4
|
||||||
pkgdesc="Brotli compression library (mingw-w64)"
|
pkgdesc="Brotli compression library (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/google/brotli'
|
url='https://github.com/google/brotli'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"pypi: brotli"
|
"pypi: brotli"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=1.0.8
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="A high-quality data compression program (mingw-w64)"
|
pkgdesc="A high-quality data compression program (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://sourceware.org/bzip2/"
|
url="https://sourceware.org/bzip2/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:bzip:bzip2"
|
"cpe: cpe:/a:bzip:bzip2"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=1.34.4
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="C library that performs DNS requests and name resolves asynchronously (mingw-w64)"
|
pkgdesc="C library that performs DNS requests and name resolves asynchronously (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: c-ares'
|
'archlinux: c-ares'
|
||||||
"cpe: cpe:/a:c-ares_project:c-ares"
|
"cpe: cpe:/a:c-ares_project:c-ares"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=20240203
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Common CA certificates (mingw-w64)'
|
pkgdesc='Common CA certificates (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/'
|
url='https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/'
|
||||||
license=('MPL' 'GPL')
|
license=('MPL' 'GPL')
|
||||||
install="ca-certificates-${MSYSTEM}.install"
|
install="ca-certificates-${MSYSTEM}.install"
|
||||||
|
|||||||
@ -1,26 +0,0 @@
|
|||||||
export LC_ALL=C
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
local _mingw_prefix=clang32
|
|
||||||
DEST=${_mingw_prefix}/etc/pki/ca-trust/extracted
|
|
||||||
|
|
||||||
# OpenSSL PEM bundle that includes trust flags
|
|
||||||
# (BEGIN TRUSTED CERTIFICATE)
|
|
||||||
${_mingw_prefix}/bin/p11-kit.exe extract --format=openssl-bundle --filter=certificates --overwrite --comment $DEST/openssl/ca-bundle.trust.crt
|
|
||||||
${_mingw_prefix}/bin/p11-kit.exe extract --format=pem-bundle --filter=ca-anchors --overwrite --comment --purpose server-auth $DEST/pem/tls-ca-bundle.pem
|
|
||||||
${_mingw_prefix}/bin/p11-kit.exe extract --format=pem-bundle --filter=ca-anchors --overwrite --comment --purpose email $DEST/pem/email-ca-bundle.pem
|
|
||||||
${_mingw_prefix}/bin/p11-kit.exe extract --format=pem-bundle --filter=ca-anchors --overwrite --comment --purpose code-signing $DEST/pem/objsign-ca-bundle.pem
|
|
||||||
${_mingw_prefix}/bin/p11-kit.exe extract --format=java-cacerts --filter=ca-anchors --overwrite --purpose server-auth $DEST/java/cacerts
|
|
||||||
|
|
||||||
mkdir -p ${_mingw_prefix}/etc/ssl/certs
|
|
||||||
cp -f $DEST/pem/tls-ca-bundle.pem ${_mingw_prefix}/etc/ssl/certs/ca-bundle.crt
|
|
||||||
cp -f $DEST/pem/tls-ca-bundle.pem ${_mingw_prefix}/etc/ssl/cert.pem
|
|
||||||
cp -f $DEST/openssl/ca-bundle.trust.crt ${_mingw_prefix}/etc/ssl/certs/ca-bundle.trust.crt
|
|
||||||
|
|
||||||
#${_mingw_prefix}/bin/update-ca-trust >/dev/null 2>&1
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ pkgver=3.31.2
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A cross-platform open-source make system"
|
pkgdesc="A cross-platform open-source make system"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.cmake.org/"
|
url="https://www.cmake.org/"
|
||||||
msys2_repository_url="https://gitlab.kitware.com/cmake/cmake"
|
msys2_repository_url="https://gitlab.kitware.com/cmake/cmake"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -15,7 +15,7 @@ _pkgver=${pkgver}${_rc}
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="A cross-platform open-source make system"
|
pkgdesc="A cross-platform open-source make system"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.cmake.org/"
|
url="https://www.cmake.org/"
|
||||||
msys2_repository_url="https://gitlab.kitware.com/cmake/cmake"
|
msys2_repository_url="https://gitlab.kitware.com/cmake/cmake"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -11,7 +11,7 @@ _commit="37c744c294cbb24943a3913bbb67860d1609008c"
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="C++ library for the Debug Adapter Protocol (mingw-w64)"
|
pkgdesc="C++ library for the Debug Adapter Protocol (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/google/cppdap'
|
url='https://github.com/google/cppdap'
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgrel=1
|
|||||||
_commit='a2d19218ddeff0ac61e8a38aada393c06c263b99'
|
_commit='a2d19218ddeff0ac61e8a38aada393c06c263b99'
|
||||||
pkgdesc='MinGW-w64 CRT for Windows (mingw-w64)'
|
pkgdesc='MinGW-w64 CRT for Windows (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://www.mingw-w64.org/'
|
url='https://www.mingw-w64.org/'
|
||||||
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-crt/"
|
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-crt/"
|
||||||
license=('spdx:ZPL-2.1')
|
license=('spdx:ZPL-2.1')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgver=8.11.1
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Command line tool and library for transferring data with URLs (mingw-w64)"
|
pkgdesc="Command line tool and library for transferring data with URLs (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://curl.se/"
|
url="https://curl.se/"
|
||||||
msys2_repository_url="https://github.com/curl/curl"
|
msys2_repository_url="https://github.com/curl/curl"
|
||||||
msys2_changelog_url="https://curl.se/changes.html"
|
msys2_changelog_url="https://curl.se/changes.html"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ epoch=1
|
|||||||
pkgdesc="A widely used XML scheme for writing documentation and help"
|
pkgdesc="A widely used XML scheme for writing documentation and help"
|
||||||
url="https://www.oasis-open.org/docbook/"
|
url="https://www.oasis-open.org/docbook/"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
license=(MIT)
|
license=(MIT)
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-libxml2")
|
depends=("${MINGW_PACKAGE_PREFIX}-libxml2")
|
||||||
install=docbook-xml-${MSYSTEM}.install
|
install=docbook-xml-${MSYSTEM}.install
|
||||||
|
|||||||
@ -1,48 +0,0 @@
|
|||||||
MINGW_INSTALL=clang32
|
|
||||||
MINGW_XML_CATALOG=${MINGW_INSTALL}/etc/xml
|
|
||||||
# export MSYS2_ARG_CONV_EXCL="-//OASIS"
|
|
||||||
_vers_4x=(4.{2..5})
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
if [ -e ${MINGW_XML_CATALOG}/catalog.preserve ]; then
|
|
||||||
mv ${MINGW_XML_CATALOG}/catalog.preserve ${MINGW_XML_CATALOG}/catalog
|
|
||||||
elif [ ! -e ${MINGW_INSTALL}/etc/xml/catalog ]; then
|
|
||||||
${MINGW_INSTALL}/bin/xmlcatalog.exe --noout --create ${MINGW_XML_CATALOG}/catalog
|
|
||||||
fi
|
|
||||||
${MINGW_INSTALL}/bin/xmlcatalog.exe --noout --add "delegatePublic" \
|
|
||||||
"-//OASIS//ENTITIES DocBook XML" \
|
|
||||||
"./docbook-xml" \
|
|
||||||
${MINGW_XML_CATALOG}/catalog
|
|
||||||
${MINGW_INSTALL}/bin/xmlcatalog.exe --noout --add "delegatePublic" \
|
|
||||||
"-//OASIS//DTD DocBook XML" \
|
|
||||||
"./docbook-xml" \
|
|
||||||
${MINGW_XML_CATALOG}/catalog
|
|
||||||
${MINGW_INSTALL}/bin/xmlcatalog.exe --noout --add "delegateSystem" \
|
|
||||||
"http://www.oasis-open.org/docbook/" \
|
|
||||||
"./docbook-xml" \
|
|
||||||
${MINGW_XML_CATALOG}/catalog
|
|
||||||
${MINGW_INSTALL}/bin/xmlcatalog.exe --noout --add "delegateURI" \
|
|
||||||
"http://www.oasis-open.org/docbook/" \
|
|
||||||
"./docbook-xml" \
|
|
||||||
${MINGW_XML_CATALOG}/catalog
|
|
||||||
}
|
|
||||||
|
|
||||||
# arg 1: the new package version
|
|
||||||
# arg 2: the old package version
|
|
||||||
pre_upgrade() {
|
|
||||||
if [ $(vercmp $2 4.5) -lt 0 ]; then
|
|
||||||
${MINGW_INSTALL}/bin/xmlcatalog.exe --del "${MINGW_XML_CATALOG}/docbook" ${MINGW_XML_CATALOG}/catalog > ${MINGW_XML_CATALOG}/catalog.preserve
|
|
||||||
echo ":: docbook5 is now in docbook5-xml"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
if [ $(vercmp $2 4.5) -ge 0 ]; then
|
|
||||||
post_remove
|
|
||||||
fi
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
${MINGW_INSTALL}/bin/xmlcatalog.exe --noout --del ./docbook-xml ${MINGW_XML_CATALOG}/catalog
|
|
||||||
}
|
|
||||||
@ -7,7 +7,7 @@ pkgver=1.79.2
|
|||||||
pkgrel=8
|
pkgrel=8
|
||||||
pkgdesc='XML stylesheets for Docbook-xml transformations (mingw-w64)'
|
pkgdesc='XML stylesheets for Docbook-xml transformations (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
url='https://docbook.org/'
|
url='https://docbook.org/'
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-libxml2"
|
depends=("${MINGW_PACKAGE_PREFIX}-libxml2"
|
||||||
|
|||||||
@ -1,45 +0,0 @@
|
|||||||
MINGW_INSTALL=clang32
|
|
||||||
MINGW_XML_CATALOG=${MINGW_INSTALL}/etc/xml
|
|
||||||
|
|
||||||
_xmlcatalog() {
|
|
||||||
/${MINGW_INSTALL}/bin/xmlcatalog.exe --noout "$@" ${MINGW_XML_CATALOG}/catalog
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
[[ -f /${MINGW_XML_CATALOG}/catalog ]] || _xmlcatalog --create
|
|
||||||
|
|
||||||
local x
|
|
||||||
for x in "delegateSystem" "delegateURI"; do
|
|
||||||
_xmlcatalog --add $x \
|
|
||||||
"http://docbook.sourceforge.net/release/xsl/" \
|
|
||||||
"./docbook-xsl"
|
|
||||||
|
|
||||||
_xmlcatalog --add $x \
|
|
||||||
"http://docbook.sourceforge.net/release/xsl-ns/" \
|
|
||||||
"./docbook-xsl"
|
|
||||||
|
|
||||||
_xmlcatalog --add $x \
|
|
||||||
"http://cdn.docbook.org/release/xsl/" \
|
|
||||||
"./docbook-xsl"
|
|
||||||
|
|
||||||
_xmlcatalog --add $x \
|
|
||||||
"http://cdn.docbook.org/release/xsl-nons/" \
|
|
||||||
"./docbook-xsl"
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_remove $2
|
|
||||||
post_install $1
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
local old=${1%-*}
|
|
||||||
_xmlcatalog --del ../../share/xml/docbook/xsl-stylesheets-$old
|
|
||||||
_xmlcatalog --del "http://docbook.sourceforge.net/release/xsl/"
|
|
||||||
_xmlcatalog --del "http://docbook.sourceforge.net/release/xsl-ns/"
|
|
||||||
rm -f ${MINGW_XML_CATALOG}/docbook-xsl.xml
|
|
||||||
if (( $(vercmp $1 1.79.2-4) >= 0 )); then
|
|
||||||
_xmlcatalog --del ../../share/xml/docbook/xsl-stylesheets-$old-nons
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
@ -8,7 +8,7 @@ pkgver=2.6.4
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An XML parser library (mingw-w64)"
|
pkgdesc="An XML parser library (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://libexpat.github.io/"
|
url="https://libexpat.github.io/"
|
||||||
msys2_repository_url="https://github.com/libexpat/libexpat"
|
msys2_repository_url="https://github.com/libexpat/libexpat"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=0.22.5
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="GNU internationalization library (mingw-w64)"
|
pkgdesc="GNU internationalization library (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.gnu.org/software/gettext/"
|
url="https://www.gnu.org/software/gettext/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:gnu:gettext"
|
"cpe: cpe:/a:gnu:gettext"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=3.1
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="Perfect hash function generator (mingw-w64)"
|
pkgdesc="Perfect hash function generator (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.gnu.org/software/gperf/"
|
url="https://www.gnu.org/software/gperf/"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.34.0
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="Documentation tool for public library API (mingw-w64)"
|
pkgdesc="Documentation tool for public library API (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.gtk.org/gtk-doc/"
|
url="https://www.gtk.org/gtk-doc/"
|
||||||
license=("GPL" "FDL")
|
license=("GPL" "FDL")
|
||||||
options=(staticlibs strip)
|
options=(staticlibs strip)
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=12.0.0.r446.ga2d19218d
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
_commit='a2d19218ddeff0ac61e8a38aada393c06c263b99'
|
_commit='a2d19218ddeff0ac61e8a38aada393c06c263b99'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.mingw-w64.org/"
|
url="https://www.mingw-w64.org/"
|
||||||
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-headers/"
|
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-headers/"
|
||||||
license=('spdx:ZPL-2.1 AND LGPL-2.1-or-later')
|
license=('spdx:ZPL-2.1 AND LGPL-2.1-or-later')
|
||||||
@ -43,7 +43,7 @@ build() {
|
|||||||
declare -a _extra_config
|
declare -a _extra_config
|
||||||
if [[ ${MSYSTEM} == MINGW* ]]; then # MINGW32 & MINGW64
|
if [[ ${MSYSTEM} == MINGW* ]]; then # MINGW32 & MINGW64
|
||||||
_extra_config+=("--with-default-win32-winnt=0x601") # Windows 7
|
_extra_config+=("--with-default-win32-winnt=0x601") # Windows 7
|
||||||
elif [[ ${MSYSTEM} != CLANGARM64 ]]; then # UCR64 & CLANG64 & CLANG32
|
elif [[ ${MSYSTEM} != CLANGARM64 ]]; then # UCR64 & CLANG64
|
||||||
_extra_config+=("--with-default-win32-winnt=0x603") # Windows 8.1
|
_extra_config+=("--with-default-win32-winnt=0x603") # Windows 8.1
|
||||||
else # CLANGARM64
|
else # CLANGARM64
|
||||||
_extra_config+=("--with-default-win32-winnt=0xA00") # Windows 10
|
_extra_config+=("--with-default-win32-winnt=0xA00") # Windows 10
|
||||||
|
|||||||
@ -6,7 +6,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
|||||||
pkgver=2.0.7
|
pkgver=2.0.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
pkgdesc="XML to PO and back again (mingw-w64)"
|
pkgdesc="XML to PO and back again (mingw-w64)"
|
||||||
url="https://itstool.org/"
|
url="https://itstool.org/"
|
||||||
msys2_repository_url='https://github.com/itstool/itstool'
|
msys2_repository_url='https://github.com/itstool/itstool'
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.9.6
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="A C++ library for interacting with JSON (mingw-w64)"
|
pkgdesc="A C++ library for interacting with JSON (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/open-source-parsers/jsoncpp"
|
url="https://github.com/open-source-parsers/jsoncpp"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:2.3:a:jsoncpp_project:jsoncpp"
|
"cpe: cpe:2.3:a:jsoncpp_project:jsoncpp"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=3.7.7
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Multi-format archive and compression library (mingw-w64)"
|
pkgdesc="Multi-format archive and compression library (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.libarchive.org/"
|
url="https://www.libarchive.org/"
|
||||||
msys2_repository_url='https://github.com/libarchive/libarchive/'
|
msys2_repository_url='https://github.com/libarchive/libarchive/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgrel=2
|
|||||||
pkgdesc="C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp hash functions (mingw-w64)"
|
pkgdesc="C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp hash functions (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://blake2.net/'
|
url='https://blake2.net/'
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
license=('custom:CC0')
|
license=('custom:CC0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
|
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
|
||||||
|
|||||||
@ -14,7 +14,7 @@ _tag=llvmorg-${_version}${_rc}
|
|||||||
pkgver=${_version}${_rc/-/}
|
pkgver=${_version}${_rc/-/}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(any)
|
arch=(any)
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://libcxx.llvm.org/"
|
url="https://libcxx.llvm.org/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:llvm:llvm"
|
"cpe: cpe:/a:llvm:llvm"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=3.4.6
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A portable, high level programming interface to various calling conventions (mingw-w64)"
|
pkgdesc="A portable, high level programming interface to various calling conventions (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
||||||
options=('staticlibs' 'strip')
|
options=('staticlibs' 'strip')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='Character encoding conversion library and utility (mingw-w64)'
|
|||||||
pkgver=1.17
|
pkgver=1.17
|
||||||
pkgrel=4
|
pkgrel=4
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://www.gnu.org/software/libiconv/'
|
url='https://www.gnu.org/software/libiconv/'
|
||||||
source=("https://ftp.gnu.org/pub/gnu/${_realname}/${_realname}-${pkgver}.tar.gz"{,.sig}
|
source=("https://ftp.gnu.org/pub/gnu/${_realname}/${_realname}-${pkgver}.tar.gz"{,.sig}
|
||||||
0004-fix-makefile-devel-assuming-gcc.patch
|
0004-fix-makefile-devel-assuming-gcc.patch
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgver=${_basever}${_subver}
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (mingw-w64)"
|
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.gnu.org/software/libidn/#libidn2"
|
url="https://www.gnu.org/software/libidn/#libidn2"
|
||||||
msys2_repository_url="https://gitlab.com/libidn/libidn2"
|
msys2_repository_url="https://gitlab.com/libidn/libidn2"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgrel=1
|
|||||||
_commit='a2d19218ddeff0ac61e8a38aada393c06c263b99'
|
_commit='a2d19218ddeff0ac61e8a38aada393c06c263b99'
|
||||||
pkgdesc="MinGW-w64 libmangle (mingw-w64)"
|
pkgdesc="MinGW-w64 libmangle (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.mingw-w64.org/"
|
url="https://www.mingw-w64.org/"
|
||||||
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-libraries/libmangle/"
|
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-libraries/libmangle/"
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=0.21.5
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="Public Suffix List library (mingw-w64)"
|
pkgdesc="Public Suffix List library (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://rockdaboot.github.io/libpsl/"
|
url="https://rockdaboot.github.io/libpsl/"
|
||||||
msys2_repository_url="https://github.com/rockdaboot/libpsl"
|
msys2_repository_url="https://github.com/rockdaboot/libpsl"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=1.11.1
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (mingw-w64)"
|
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://libssh2.org/"
|
url="https://libssh2.org/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'cpe: cpe:/a:libssh2:libssh2'
|
'cpe: cpe:/a:libssh2:libssh2'
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgver=1.0.1
|
|||||||
pkgrel=6
|
pkgrel=6
|
||||||
pkgdesc="Wrapper library around TRE that provides POSIX API (mingw-w64)"
|
pkgdesc="Wrapper library around TRE that provides POSIX API (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url=""
|
url=""
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-libtre")
|
depends=("${MINGW_PACKAGE_PREFIX}-libtre")
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=4.19.0
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A library for Abstract Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation (mingw-w64)"
|
pkgdesc="A library for Abstract Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.gnu.org/software/libtasn1/"
|
url="https://www.gnu.org/software/libtasn1/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:free_software_foundation_inc.:libtasn1"
|
"cpe: cpe:/a:free_software_foundation_inc.:libtasn1"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=2.5.4
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A generic library support script (mingw-w64)"
|
pkgdesc="A generic library support script (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.gnu.org/software/libtool"
|
url="https://www.gnu.org/software/libtool"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:gnu:libtool"
|
"cpe: cpe:/a:gnu:libtool"
|
||||||
|
|||||||
@ -13,7 +13,7 @@ pkgrel=1
|
|||||||
pkgdesc="The approximate regex matching library and agrep command line tool (mingw-w64)"
|
pkgdesc="The approximate regex matching library and agrep command line tool (mingw-w64)"
|
||||||
url="https://github.com/laurikari/tre"
|
url="https://github.com/laurikari/tre"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
options=(strip staticlibs)
|
options=(strip staticlibs)
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "git" "${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-gettext-tools")
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "git" "${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-gettext-tools")
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.2
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Library for manipulating Unicode strings and C strings. (mingw-w64)"
|
pkgdesc="Library for manipulating Unicode strings and C strings. (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.gnu.org/software/libunistring"
|
url="https://www.gnu.org/software/libunistring"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:2.3:a:gnu:libunistring"
|
"cpe: cpe:2.3:a:gnu:libunistring"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=1.49.2
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Cross-platform asynchronous I/O (mingw-w64)"
|
pkgdesc="Cross-platform asynchronous I/O (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: libuv'
|
'archlinux: libuv'
|
||||||
"cpe: cpe:/a:libuv:libuv"
|
"cpe: cpe:/a:libuv:libuv"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
|
|||||||
pkgver=2.12.9
|
pkgver=2.12.9
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
pkgdesc="XML parsing library, version 2 (mingw-w64)"
|
pkgdesc="XML parsing library, version 2 (mingw-w64)"
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-libiconv"
|
depends=("${MINGW_PACKAGE_PREFIX}-libiconv"
|
||||||
"${MINGW_PACKAGE_PREFIX}-xz"
|
"${MINGW_PACKAGE_PREFIX}-xz"
|
||||||
|
|||||||
@ -1,12 +0,0 @@
|
|||||||
MINGW_INSTALL=clang32
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
if test ! -f ${MINGW_INSTALL}/etc/xml/catalog; then
|
|
||||||
usr/bin/mkdir -p ${MINGW_INSTALL}/etc/xml
|
|
||||||
${MINGW_INSTALL}/bin/xmlcatalog.exe --noout --create ${MINGW_INSTALL}/etc/xml/catalog
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
@ -7,7 +7,7 @@ pkgver=1.1.42
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="XML stylesheet transformation library (mingw-w64)"
|
pkgdesc="XML stylesheet transformation library (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home"
|
url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:xmlsoft:libxslt"
|
"cpe: cpe:/a:xmlsoft:libxslt"
|
||||||
|
|||||||
@ -35,7 +35,7 @@ pkgver=${_version}${_rc/-/}
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="C language family frontend for LLVM (mingw-w64)"
|
pkgdesc="C language family frontend for LLVM (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://llvm.org/"
|
url="https://llvm.org/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:llvm:llvm"
|
"cpe: cpe:/a:llvm:llvm"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.10.0
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Very fast lossless compression algorithm (mingw-w64)"
|
pkgdesc="Very fast lossless compression algorithm (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://lz4.github.io/lz4/"
|
url="https://lz4.github.io/lz4/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:lz4_project:lz4"
|
"cpe: cpe:/a:lz4_project:lz4"
|
||||||
|
|||||||
@ -15,7 +15,7 @@ pkgver=4.4.1
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="GNU make utility to maintain groups of programs (mingw-w64)"
|
pkgdesc="GNU make utility to maintain groups of programs (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.gnu.org/software/make"
|
url="https://www.gnu.org/software/make"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:gnu:make"
|
"cpe: cpe:/a:gnu:make"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.6.0
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="High-productivity build system (mingw-w64)"
|
pkgdesc="High-productivity build system (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://mesonbuild.com/"
|
url="https://mesonbuild.com/"
|
||||||
msys2_repository_url="https://github.com/mesonbuild/meson"
|
msys2_repository_url="https://github.com/mesonbuild/meson"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=4.0.0
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic (mingw-w64)"
|
pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://www.bytereef.org/mpdecimal/index.html'
|
url='https://www.bytereef.org/mpdecimal/index.html'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgver=${_base_ver}.${_date_rev}
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="System V Release 4.0 curses emulation library (mingw-w64)"
|
pkgdesc="System V Release 4.0 curses emulation library (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-libsystre")
|
depends=("${MINGW_PACKAGE_PREFIX}-libsystre")
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
||||||
url="https://www.gnu.org/software/ncurses/"
|
url="https://www.gnu.org/software/ncurses/"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.64.0
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Framing layer of HTTP/2 is implemented as a reusable C library (mingw-w64)"
|
pkgdesc="Framing layer of HTTP/2 is implemented as a reusable C library (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://nghttp2.org/'
|
url='https://nghttp2.org/'
|
||||||
msys2_repository_url="https://github.com/nghttp2/nghttp2"
|
msys2_repository_url="https://github.com/nghttp2/nghttp2"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.12.1
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Ninja is a small build system with a focus on speed (mingw-w64)"
|
pkgdesc="Ninja is a small build system with a focus on speed (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://ninja-build.org"
|
url="https://ninja-build.org"
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=()
|
depends=()
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=r19.7fb9365
|
|||||||
pkgrel=4
|
pkgrel=4
|
||||||
pkgdesc="Tracks dependencides in Windows PE binaries (mingw-w64)"
|
pkgdesc="Tracks dependencides in Windows PE binaries (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'aur: mingw-w64-ntldd-git'
|
'aur: mingw-w64-ntldd-git'
|
||||||
)
|
)
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=3.4.0
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)"
|
pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://openssl-library.org'
|
url='https://openssl-library.org'
|
||||||
msys2_repository_url="https://github.com/openssl/openssl"
|
msys2_repository_url="https://github.com/openssl/openssl"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgver=0.25.5
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Library to work with PKCS#11 modules (mingw-w64)"
|
pkgdesc="Library to work with PKCS#11 modules (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://p11-glue.freedesktop.org/p11-kit.html"
|
url="https://p11-glue.freedesktop.org/p11-kit.html"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:p11-kit_project:p11-kit"
|
"cpe: cpe:/a:p11-kit_project:p11-kit"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=2.3.0
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='pkg-config compatible utility which does not depend on glib'
|
pkgdesc='pkg-config compatible utility which does not depend on glib'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/pkgconf/pkgconf'
|
url='https://github.com/pkgconf/pkgconf'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"archlinux: pkgconf"
|
"archlinux: pkgconf"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.2.2
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="A simple, correct Python build frontend (mingw-w64)"
|
pkgdesc="A simple, correct Python build frontend (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: build'
|
'pypi: build'
|
||||||
)
|
)
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=3.10.1
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc='Simplified packaging of Python modules (core backend) (mingw-w64)'
|
pkgdesc='Simplified packaging of Python modules (core backend) (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_repository_url='https://github.com/pypa/flit/'
|
msys2_repository_url='https://github.com/pypa/flit/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: flit-core'
|
'pypi: flit-core'
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=0.7.0
|
|||||||
pkgrel=4
|
pkgrel=4
|
||||||
pkgdesc="A low-level library for installing from a Python wheel distribution (mingw-w64)"
|
pkgdesc="A low-level library for installing from a Python wheel distribution (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: installer'
|
'pypi: installer'
|
||||||
)
|
)
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgver=24.2
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Core utilities for Python packages (mingw-w64)"
|
pkgdesc="Core utilities for Python packages (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: packaging'
|
'pypi: packaging'
|
||||||
)
|
)
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=1.1.0
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project (mingw-w64)"
|
pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-pyproject-hooks'
|
'archlinux: python-pyproject-hooks'
|
||||||
'pypi: pyproject_hooks'
|
'pypi: pyproject_hooks'
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=75.6.0
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)"
|
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/pypa/setuptools"
|
url="https://github.com/pypa/setuptools"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: setuptools'
|
'pypi: setuptools'
|
||||||
|
|||||||
@ -26,7 +26,7 @@ pkgver=${_pybasever}.7
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="A high-level scripting language (mingw-w64)"
|
pkgdesc="A high-level scripting language (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
license=('spdx:PSF-2.0')
|
license=('spdx:PSF-2.0')
|
||||||
url="https://www.python.org/"
|
url="https://www.python.org/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.4.4
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="Great utility for computing hash sums (mingw-w64)"
|
pkgdesc="Great utility for computing hash sums (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://sourceforge.net/projects/rhash/'
|
url='https://sourceforge.net/projects/rhash/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:2.3:a:rhash_project:rhash"
|
"cpe: cpe:2.3:a:rhash_project:rhash"
|
||||||
|
|||||||
@ -13,7 +13,7 @@ pkgver=3.47.2
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
|
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.sqlite.org/"
|
url="https://www.sqlite.org/"
|
||||||
msys2_repository_url="https://www.sqlite.org/cgi/src/dir?ci=trunk"
|
msys2_repository_url="https://www.sqlite.org/cgi/src/dir?ci=trunk"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=8.6.13
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The Tcl scripting language (mingw-w64)"
|
pkgdesc="The Tcl scripting language (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zlib")
|
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zlib")
|
||||||
#conflicts=(${MINGW_PACKAGE_PREFIX}-sqlite-analyzer)
|
#conflicts=(${MINGW_PACKAGE_PREFIX}-sqlite-analyzer)
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgver=${_basever}${_patch}
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A windowing toolkit for use with tcl (mingw-w64)"
|
pkgdesc="A windowing toolkit for use with tcl (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://tcl.sourceforge.io/"
|
url="https://tcl.sourceforge.io/"
|
||||||
license=("custom")
|
license=("custom")
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
||||||
|
|||||||
@ -11,7 +11,7 @@ pkgrel=1
|
|||||||
_commit='a2d19218ddeff0ac61e8a38aada393c06c263b99'
|
_commit='a2d19218ddeff0ac61e8a38aada393c06c263b99'
|
||||||
pkgdesc="MinGW-w64 tools (mingw-w64)"
|
pkgdesc="MinGW-w64 tools (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.mingw-w64.org/"
|
url="https://www.mingw-w64.org/"
|
||||||
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-tools/"
|
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-tools/"
|
||||||
license=('spdx:GPL-3.0-or-later AND LGPL-2.1-or-later')
|
license=('spdx:GPL-3.0-or-later AND LGPL-2.1-or-later')
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=2024b
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Sources for time zone and daylight saving time data (mingw-w64)"
|
pkgdesc="Sources for time zone and daylight saving time data (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://www.iana.org/time-zones"
|
url="https://www.iana.org/time-zones"
|
||||||
license=('custom: public domain')
|
license=('custom: public domain')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
|
|||||||
@ -16,7 +16,7 @@ msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tr
|
|||||||
# licensed under BSD [1].
|
# licensed under BSD [1].
|
||||||
license=('spdx:MIT AND BSD-3-Clause-Clear')
|
license=('spdx:MIT AND BSD-3-Clause-Clear')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
groups=("${MINGW_PACKAGE_PREFIX}-toolchain")
|
groups=("${MINGW_PACKAGE_PREFIX}-toolchain")
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||||
"${MINGW_PACKAGE_PREFIX}-binutils"
|
"${MINGW_PACKAGE_PREFIX}-binutils"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pkgver=5.6.3
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="Library and command line tools for XZ and LZMA compressed files (mingw-w64)"
|
pkgdesc="Library and command line tools for XZ and LZMA compressed files (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://tukaani.org/xz"
|
url="https://tukaani.org/xz"
|
||||||
msys2_repository_url="https://github.com/tukaani-project/xz/"
|
msys2_repository_url="https://github.com/tukaani-project/xz/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=4.13.3
|
|||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="Z3 is a high-performance theorem prover being developed at Microsoft Research (mingw-w64)"
|
pkgdesc="Z3 is a high-performance theorem prover being developed at Microsoft Research (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/Z3Prover/z3"
|
url="https://github.com/Z3Prover/z3"
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
|
|||||||
pkgver=1.3.1
|
pkgver=1.3.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
license=('spdx:Zlib')
|
license=('spdx:Zlib')
|
||||||
url="https://www.zlib.net/"
|
url="https://www.zlib.net/"
|
||||||
msys2_repository_url="https://github.com/madler/zlib"
|
msys2_repository_url="https://github.com/madler/zlib"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ pkgver=1.5.6
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="Zstandard - Fast real-time compression algorithm (mingw-w64)"
|
pkgdesc="Zstandard - Fast real-time compression algorithm (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://facebook.github.io/zstd/'
|
url='https://facebook.github.io/zstd/'
|
||||||
msys2_repository_url="https://github.com/facebook/zstd"
|
msys2_repository_url="https://github.com/facebook/zstd"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user