zed: enable clangarm64.
This commit is contained in:
@@ -8,7 +8,7 @@ pkgver=0.182.11
|
||||
pkgrel=1
|
||||
pkgdesc="A high-performance, multiplayer code editor (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://zed.dev'
|
||||
msys2_repository_url='https://github.com/zed-industries/zed'
|
||||
msys2_documentation_url='https://zed.dev/docs'
|
||||
|
||||
7
mingw-w64-zed/zed-CLANGARM64.install
Normal file
7
mingw-w64-zed/zed-CLANGARM64.install
Normal file
@@ -0,0 +1,7 @@
|
||||
post_upgrade() {
|
||||
_old_ver=$2
|
||||
if [ $(vercmp $_old_ver 0.175.5) -eq -1 ]; then
|
||||
echo "==> Warning: Zed package now provides a CLI which is installed as /clangarm64/bin/zeditor.
|
||||
Editor itself is installed as /clangarm64/lib/zed/zed-editor"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user