mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
neovide: fix license
This commit is contained in:
parent
48ab01f7c5
commit
751b4be4cb
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ makedepends="python3"
|
||||||
depends="neovim libxkbcommon-x11 libglvnd"
|
depends="neovim libxkbcommon-x11 libglvnd"
|
||||||
short_desc="No Nonsense Neovim Client in Rust"
|
short_desc="No Nonsense Neovim Client in Rust"
|
||||||
maintainer="hesam-init <hesam.init@gmail.com>"
|
maintainer="hesam-init <hesam.init@gmail.com>"
|
||||||
license=MIT
|
license="MIT"
|
||||||
homepage=https://github.com/neovide/neovide
|
homepage=https://github.com/neovide/neovide
|
||||||
distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum="21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a"
|
checksum="21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a"
|
||||||
|
@ -19,4 +19,6 @@ post_install() {
|
||||||
vcopy assets/neo* usr/share/pixmaps
|
vcopy assets/neo* usr/share/pixmaps
|
||||||
|
|
||||||
vinstall assets/neovide.desktop 644 usr/share/applications
|
vinstall assets/neovide.desktop 644 usr/share/applications
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue