PKGNAME=dotnet-sdk-10.0
PKGSEC=devel
PKGDES="Microsoft .NET SDK (version 10)"
PKGDEP="dotnet-runtime-10.0 aspnetcore-runtime-10.0 \
    dotnet-targeting-pack-10.0 aspnetcore-targeting-pack-10.0 \
    dotnet-apphost-pack-10.0 dotnet-templates-10.0"

PKGPROV="dotnet10"

# Note: disable ELF filter, avoid strip and split symlinked .so under
# packs/Microsoft.NETCore.App.Runtime.linux-*/*/runtimes/*/native
# PDB filter is manually called in build script
ABSTRIP=0

# FIXME: no upstream support on loongson3
FAIL_ARCH="@(loongson3)"
