Files
RedBear-OS/recipes/wip/dev/lang/dotnet8/recipe.toml
T
vasilito 637da791ff fix: rename cxx → gcc13/gcc-native (resolve package name conflict)
recipes/dev/gcc13 was claiming name='cxx' — conflicted with
local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match
directory names for unique package identification by the cookbook.
2026-07-12 19:15:26 +03:00

22 lines
785 B
TOML

[package]
name = "dotnet8"
version = "8.0.1"
#TODO missing script for building: https://github.com/dotnet/dotnet/tree/release/8.0.1xx#building
# linux requirements: https://github.com/dotnet/runtime/blob/release/8.0/docs/workflow/requirements/linux-requirements.md
# freebsd requirements: https://github.com/dotnet/runtime/blob/release/8.0/docs/workflow/requirements/freebsd-requirements.md#linux-environment
# bootstraping: https://github.com/dotnet/source-build/blob/main/Documentation/bootstrapping-guidelines.md#building-for-new-os-using-a-rid-unknown-to-net
[source]
git = "https://github.com/dotnet/dotnet"
branch = "release/8.0.1xx"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"libicu",
"lttng-ust",
"openssl3",
"kerberos5",
"zlib",
]