mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add unbuilt zed to updater-zed-0.205.5 — zed → 0.205.5 (#12945)
* Add unbuilt zed to updater-zed-0.205.5 * updater-zed-0.205.5: Build Run on linux/amd64. * updater-zed-0.205.5: Package File Update Run on linux/amd64 container. * updater-zed-0.205.5: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
21ae5dfad5
commit
da5c6fb0e7
@@ -1,4 +1,4 @@
|
||||
# Total size: 250804415
|
||||
# Total size: 276593855
|
||||
/usr/local/bin/zed
|
||||
/usr/local/share/applications/zed.desktop
|
||||
/usr/local/share/icons/hicolor/1024x1024/apps/zed.png
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/rust'
|
||||
class Zed < RUST
|
||||
description 'Zed is a high-performance, multiplayer code editor'
|
||||
homepage 'https://zed.dev/'
|
||||
version '0.196.6'
|
||||
version '0.205.5'
|
||||
license 'GPL-3, AGPL-3, Apache-2.0'
|
||||
compatibility 'x86_64'
|
||||
source_url 'https://github.com/zed-industries/zed.git'
|
||||
@@ -11,25 +11,20 @@ class Zed < RUST
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
x86_64: '8320adf4460453f9e1d2baa2f7acf9326d4f0a8d011c223715dcfd1424957c76'
|
||||
x86_64: 'acd4fbb4a6266cf6157abbfd5fe1922189c88b4ac65ea4e391faa4ade71c9a0c'
|
||||
})
|
||||
|
||||
depends_on 'alsa_lib' # R
|
||||
depends_on 'cargo_about' => :build
|
||||
depends_on 'gcc_lib' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'libbsd' # R
|
||||
depends_on 'libx11' # R
|
||||
depends_on 'libxau' # R
|
||||
depends_on 'libxcb' # R
|
||||
depends_on 'libxdmcp' # R
|
||||
depends_on 'libxkbcommon' # R
|
||||
depends_on 'llvm_dev' => :build
|
||||
depends_on 'openssl' # R
|
||||
depends_on 'ruby_solargraph' # L
|
||||
depends_on 'rust' => :build
|
||||
depends_on 'zlib' # R
|
||||
depends_on 'zstd' # R
|
||||
|
||||
rust_flags '-C link-args=-Wl,--disable-new-dtags,-rpath,$ORIGIN/../lib -C symbol-mangling-version=v0 --cfg tokio_unstable'
|
||||
rust_packages 'zed'
|
||||
|
||||
Reference in New Issue
Block a user