Skip to content

Commit

Permalink
New package: Zed-0.136.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpidFightFR committed May 22, 2024
1 parent e585cbd commit 36c4d9b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions srcpkgs/Zed/files/Zed.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
GenericName=Advanced Text Editor
Name=Zed
Comment=High-performance, multiplayer code editor
Exec=Zed %U
StartupNotify=true
Icon=/usr/share/pixmaps/Zed.png
Type=Application
Categories=Utility;TextEditor;Development;
Keywords=text;txt;editor;programming;programmer;development;developer;code;
Binary file added srcpkgs/Zed/files/Zed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions srcpkgs/Zed/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'Zed'
pkgname=Zed
version=0.136.2
revision=1
build_style=cargo
make_install_args="--path crates/zed"
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel fontconfig-devel libxcb-devel libxkbcommon-devel libzstd-devel wayland-devel vulkan-loader openssl-devel libgit2-devel"
checkdepends="xorg-fonts"
short_desc="High-performance, multiplayer code editor"
maintainer="SpidFightFR <spidfight@swisscows.email>"
license="GPL-3.0-or-later, Apache-2.0, AGPL-3.0-or-later"
homepage="https://zed.dev/"
distfiles="https://github.com/zed-industries/zed/archive/v${version}.tar.gz"
checksum="caf4f16fcc8490fc220a507d2287cfac6a84041c03bd9f51b5b4f63f0704737e"

post_install() {
vlicense ${wrksrc}/LICENSE-{GPL,APACHE,AGPL}
vinstall ${FILESDIR}/Zed.desktop 644 usr/share/applications
vinstall ${FILESDIR}/Zed.png 644 usr/share/pixmaps
}

0 comments on commit 36c4d9b

Please sign in to comment.