diff --git a/srcpkgs/neovide/template b/srcpkgs/neovide/template index 05b94b64cb6..5274653444c 100644 --- a/srcpkgs/neovide/template +++ b/srcpkgs/neovide/template @@ -8,7 +8,7 @@ makedepends="python3" depends="neovim libxkbcommon-x11 libglvnd" short_desc="No Nonsense Neovim Client in Rust" maintainer="hesam-init " -license=MIT +license="MIT" homepage=https://github.com/neovide/neovide distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz" checksum="21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a" @@ -19,4 +19,6 @@ post_install() { vcopy assets/neo* usr/share/pixmaps vinstall assets/neovide.desktop 644 usr/share/applications + + vlicense LICENSE }