mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
.. | ||
APKBUILD | ||
dotnet.sh | ||
README.md |
Description
APKBUILD for dotnet6-runtime. Note that this doesn't actually build anything. It depends on dotnet6-build, which handles the actual dotnet build process This is a workaround to abuild / lua-aports not supporting custom pkgver for subpackages. While there are pending MRs for this feature, the feature is yet to be introduced. See abuild!137 and lua-aports!4
Generated packages
- aspnetcore6-runtime
- aspnetcore6-targeting-pack
- dotnet6-apphost-pack (used by dotnet6-runtime)
- dotnet6-host (provides dotnet-host)
- dotnet6-host-zsh-completion (provides dotnet-host-zsh-completion)
- dotnet6-host-bash-completion (provides dotnet-host-bash-completion)
- dotnet6-host-doc (docs for dotnet6)
- dotnet6-hostfxr (provides fxr for host)
- dotnet6-runtime
- dotnet6-targeting-pack
How to build dotnet6 stack
- Build testing/dotnet6-stage0 (provides prebuilt bits for first bootstrap bld)
- Build testing/dotnet6-bootstrap (provides "tainted" SDK for first build)
- Build testing/dotnet6-build ("untainted" build of dotnet)
- Build testing/dotnet6-runtime (packages runtime bits from dotnet6-build)
- Build testing/dotnet6-sdk (packages sdk bits from dotnet6-build)