mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: neovide-0.13.3
This commit is contained in:
parent
8950a48765
commit
48ab01f7c5
1 changed files with 22 additions and 0 deletions
22
srcpkgs/neovide/template
Normal file
22
srcpkgs/neovide/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'neovide'
|
||||||
|
pkgname=neovide
|
||||||
|
version=0.13.3
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
|
||||||
|
makedepends="python3"
|
||||||
|
depends="neovim libxkbcommon-x11 libglvnd"
|
||||||
|
short_desc="No Nonsense Neovim Client in Rust"
|
||||||
|
maintainer="hesam-init <hesam.init@gmail.com>"
|
||||||
|
license=MIT
|
||||||
|
homepage=https://github.com/neovide/neovide
|
||||||
|
distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum="21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/share/pixmaps
|
||||||
|
|
||||||
|
vcopy assets/neo* usr/share/pixmaps
|
||||||
|
|
||||||
|
vinstall assets/neovide.desktop 644 usr/share/applications
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue