mman-win32: add msys2_references

This commit is contained in:
Dirk Stolle 2025-08-30 11:13:28 +02:00
parent 5a23c744b8
commit 79488af95c

View File

@ -9,6 +9,9 @@ pkgdesc="A light implementation of the mmap functions for MinGW."
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/alitrack/mman-win32"
msys2_references=(
'aur: mingw-w64-mman-win32-git'
)
license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja"