mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
25 lines
1.1 KiB
Bash
25 lines
1.1 KiB
Bash
# Template file for 'zed'
|
|
pkgname=zed
|
|
version=0.147.2
|
|
revision=1
|
|
archs="x86_64* aarch64*"
|
|
build_style=cargo
|
|
make_install_args="--path crates/zed"
|
|
hostmakedepends="pkg-config protobuf gettext mold clang18"
|
|
makedepends="alsa-lib-devel fontconfig-devel libxcb-devel libxkbcommon-devel
|
|
libzstd-devel wayland-devel vulkan-loader openssl-devel libgit2-1.8-devel"
|
|
depends="git"
|
|
checkdepends="noto-fonts-ttf"
|
|
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="eec86197970729ee5d8acad578417e0c18f4909991e31b6f48ad623af5949042"
|
|
|
|
post_install() {
|
|
vlicense ${wrksrc}/LICENSE-AGPL
|
|
APP_NAME="Zed" DO_STARTUP_NOTIFY="true" APP_ICON="zed" APP_CLI="zedit" envsubst < ${wrksrc}/crates/zed/resources/zed.desktop.in > ${wrksrc}/crates/zed/resources/zed.desktop
|
|
vinstall ${wrksrc}/crates/zed/resources/zed.desktop 644 usr/share/applications/
|
|
vinstall ${wrksrc}/crates/zed/resources/app-icon.png 644 usr/share/icons/hicolor/512x512/apps/ zed.png
|
|
}
|