1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
# Maintainer: Aaron Robinson <aaronrobin1234@gmail.com>
# Former Maintainer: Florian Maunier <fmauneko@dissidence.ovh>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Max Liebkies <mail@maxliebkies.de>
# Contributor: Attila Greguss <floyd0122[at]gmail[dot]com>
pkgbase=dotnet-preview-bin
pkgname=(
dotnet-host-preview-bin
aspnet-runtime-preview-bin
dotnet-runtime-preview-bin
dotnet-sdk-preview-bin
# netstandard-targeting-pack-preview-bin
dotnet-targeting-pack-preview-bin
aspnet-targeting-pack-preview-bin
)
pkgver=9.0.0.sdk100+rc.2
_hostver=9.0.0-rc.2.24473.5
_dotnetruntimever=9.0.0-rc.2.24473.5
_aspnetruntimever=9.0.0-rc.2.24474.3
_sdkver=9.0.100-rc.2.24474.11
pkgrel=1
arch=(armv7h aarch64 x86_64)
url=https://www.microsoft.com/net/core
license=(MIT)
options=(staticlibs)
source=(dotnet.sh
register-completions.bash
register-completions.fish
register-completions.zsh)
source_armv7h=(https://download.visualstudio.microsoft.com/download/pr/ba992713-4a38-4b45-9c24-8222f2ba01d7/e8746f2e70e0f06e3d9282c6d43bce65/dotnet-sdk-9.0.100-rc.2.24474.11-linux-arm.tar.gz)
source_aarch64=(https://download.visualstudio.microsoft.com/download/pr/817f5589-0347-4254-b19a-67c30d9ce4f8/3dfe6b98927c4003fc004a1a32132a76/dotnet-sdk-9.0.100-rc.2.24474.11-linux-arm64.tar.gz)
source_x86_64=(https://download.visualstudio.microsoft.com/download/pr/202e929a-e985-4eab-a78a-d7159fc204e4/0c85219d441cd3bbffd4fb65b7e36fe5/dotnet-sdk-9.0.100-rc.2.24474.11-linux-x64.tar.gz)
sha512sums=('e61b9e3e5a2305646a616d598378230c9755c5dd5363692cc363f8f4add3807563c324dd86f3a7ae9d358c82d730608e7b293935a2b6c81c0c0f62d752a0a1cf'
'9f977e0bd12abc0dda4d914f369c58fce502b4030cf91d4248b32242d98fe5a2bbd8446502feeb914561f310dfd3c113bb6da19bfd5dfa6233109e62d22fa966'
'1de3f09b96c44429b026277bb135a019b7577df2dec5f695ce51d18daefe2c1736b3359ab95f2abc46f7320c445b968e5582df92bb2bcad3ac5cfc5a32d3c5b6'
'f2be62d9cce00357b7b18ae83b976841037830b7b9ed1b67445f76e02550c904be5ab023366441199f9bb3dfd602004b0334395ffdde6c313910c1da5c39c4a3')
sha512sums_armv7h=('736a0e1bf7791528e6c98848517f6ce71d94fa1a5a72b1e5da2c9b572709d57964ab53b20f1e2b9fc68e2cc739cdba3b91fc08d85e8407fbbfcd0d5fbb11c7d9')
sha512sums_aarch64=('b532dcbcb47c4fd2c906018d2ec663de1719179f7c9da8f62a3f21a62e34cd2609fb7ceec89f5aedb2a35247f67f543a02c684e1692053bff2fdc4184df63f53')
sha512sums_x86_64=('126a92bfa9ef4e70609f8b27cde0fae1b144a91af8a46de949d803d2aa1bad0285b1b9b8fc60d40206d346aac49e48709bec4e76cdf6e549f8905086003e8098')
package_dotnet-host-preview-bin() {
pkgdesc='A generic driver for the .NET Core Command Line Interface (preview, binary)'
depends=(glibc)
provides=(dotnet-host dotnet-host=${_hostver%-*})
conflicts=(dotnet-host)
replaces=(dotnet-host-preview)
install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{dotnet,licenses/dotnet-host-preview-bin}}
cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/usr/share/dotnet/
cp -dr --no-preserve='ownership' LICENSE.txt ThirdPartyNotices.txt "${pkgdir}"/usr/share/licenses/dotnet-host-preview-bin
ln -sf /usr/share/dotnet/dotnet "${pkgdir}"/usr/bin/dotnet
ln -sf /usr/share/dotnet/host/fxr/"${_hostver}"/libhostfxr.so "${pkgdir}"/usr/lib/libhostfxr.so
install -Dm 644 "${srcdir}"/dotnet.sh -t "${pkgdir}"/etc/profile.d/
install -Dm 644 "${srcdir}"/register-completions.bash "${pkgdir}"/usr/share/bash-completion/completions/dotnet
install -Dm 644 "${srcdir}"/register-completions.fish "${pkgdir}"/usr/share/fish/vendor_completions.d/dotnet.fish
install -Dm 644 "${srcdir}"/register-completions.zsh "${pkgdir}"/usr/share/zsh/site-functions/_dotnet
}
package_dotnet-runtime-preview-bin() {
pkgdesc='The .NET Core runtime (preview, binary)'
depends=(
"dotnet-host>=${_hostver%-*}"
glibc
icu
krb5
libcurl.so
libunwind
openssl
zlib
)
optdepends=('lttng-ust: CoreCLR tracing'
'msquic>=2.1.0: HTTP/3 support with System.Net.Quic')
provides=(dotnet-runtime=${_dotnetruntimever%-*} dotnet-runtime-9.0)
conflicts=(dotnet-runtime=${_dotnetruntimever%-*})
replaces=(dotnet-runtime-preview)
install -dm 755 "${pkgdir}"/usr/share/{dotnet/shared,licenses}
cp -dr --no-preserve='ownership' shared/Microsoft.NETCore.App "${pkgdir}"/usr/share/dotnet/shared/
ln -s dotnet-host-preview-bin "${pkgdir}"/usr/share/licenses/dotnet-runtime-preview-bin
}
package_aspnet-runtime-preview-bin() {
pkgdesc='The ASP.NET Core runtime (preview, binary)'
depends=(dotnet-runtime-preview-bin)
provides=(aspnet-runtime=${_aspnetruntimever%-*} aspnet-runtime-9.0)
conflicts=(aspnet-runtime=${_aspnetruntimever%-*})
replaces=(aspnet-runtime-preview)
install -dm 755 "${pkgdir}"/usr/share/{dotnet/shared,licenses}
cp -dr --no-preserve='ownership' shared/Microsoft.AspNetCore.App "${pkgdir}"/usr/share/dotnet/shared/
ln -s dotnet-host-preview-bin "${pkgdir}"/usr/share/licenses/aspnet-runtime-preview-bin
}
package_dotnet-sdk-preview-bin() {
pkgdesc='The .NET Core SDK (preview, binary)'
depends=(
dotnet-runtime-preview-bin
dotnet-targeting-pack-preview-bin
glibc
netstandard-targeting-pack-2.1
)
optdepends=('aspnet-targeting-pack-preview-bin: Build ASP.NET Core applications')
provides=(dotnet-sdk=${_sdkver%-*} dotnet-sdk-9.0)
conflicts=(dotnet-sdk=${_sdkver%-*})
replaces=(dotnet-sdk-preview)
install -dm 755 "${pkgdir}"/usr/share/{dotnet,licenses}
cp -dr --no-preserve='ownership' sdk sdk-manifests templates "${pkgdir}"/usr/share/dotnet/
ln -s dotnet-host-preview-bin "${pkgdir}"/usr/share/licenses/dotnet-sdk-preview-bin
}
# package_netstandard-targeting-pack-preview-bin() {
# pkgdesc='The .NET Standard targeting pack (preview, binary)'
# provides=(netstandard-targeting-pack-2.1)
# conflicts=(netstandard-targeting-pack-2.1)
# replaces=(netstandard-targeting-pack-preview)
# install -dm 755 "${pkgdir}"/usr/share/{dotnet,dotnet/packs,licenses}
# cp -dr --no-preserve='ownership' packs/NETStandard.Library.Ref "${pkgdir}"/usr/share/dotnet/packs/
# ln -s dotnet-host-preview-bin "${pkgdir}"/usr/share/licenses/netstandard-targeting-pack-preview-bin
# }
package_dotnet-targeting-pack-preview-bin() {
pkgdesc='The .NET Core targeting pack (preview, binary)'
depends=(netstandard-targeting-pack-2.1)
provides=(dotnet-targeting-pack=${_dotnetruntimever%-*} dotnet-targeting-pack-9.0)
conflicts=(dotnet-targeting-pack=${_dotnetruntimever%-*})
replaces=(dotnet-targeting-pack-preview)
if [ $CARCH = 'x86_64' ]; then msarch=x64;
elif [ $CARCH = 'aarch64' ]; then msarch=arm64;
elif [ $CARCH = 'armv7h' ]; then msarch=arm; fi
install -dm 755 "${pkgdir}"/usr/share/{dotnet,dotnet/packs,licenses}
cp -dr --no-preserve='ownership' packs/Microsoft.NETCore.App.{Host.linux-${msarch},Ref} "${pkgdir}"/usr/share/dotnet/packs/
ln -s dotnet-host-preview-bin "${pkgdir}"/usr/share/licenses/dotnet-targeting-pack-preview-bin
}
package_aspnet-targeting-pack-preview-bin() {
pkgdesc='The ASP.NET Core targeting pack (preview, binary)'
depends=(dotnet-targeting-pack-preview-bin)
provides=(aspnet-targeting-pack=${_aspnetruntimever%-*} aspnet-targeting-pack-9.0)
conflicts=(aspnet-targeting-pack=${_aspnetruntimever%-*})
replaces=(aspnet-targeting-pack-preview)
install -dm 755 "${pkgdir}"/usr/share/{dotnet,dotnet/packs,licenses}
cp -dr --no-preserve='ownership' packs/Microsoft.AspNetCore.App.Ref "${pkgdir}"/usr/share/dotnet/packs/
ln -s dotnet-host-preview-bin "${pkgdir}"/usr/share/licenses/aspnet-targeting-pack-preview-bin
}
|