mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
neovide: fix typo
This commit is contained in:
parent
7d991fd9f0
commit
9e12d851f4
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'neovide'
|
||||
pkgname=neovide
|
||||
version=0.15.1
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64* aarch64*" # the skia-bindings crate only supports these archs
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config clang ninja python gn curl git"
|
||||
|
@ -39,8 +39,8 @@ post_install() {
|
|||
|
||||
vlicense LICENSE
|
||||
vinstall assets/neovide.desktop 0644 usr/share/applications
|
||||
vmkdir usr/share/docs/neovide
|
||||
vmkdir usr/share/doc/neovide
|
||||
for file in $(find website/docs -iname "*.md"); do
|
||||
vinstall ${file} 0644 usr/share/docs/neovide
|
||||
vinstall ${file} 0644 usr/share/doc/neovide
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue