mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/neovim to 0.4.4-2
This commit is contained in:
parent
dec347433d
commit
de93d9fa18
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=neovim
|
||||
pkgver=0.4.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
|
@ -44,6 +44,7 @@ package() {
|
|||
cd "${srcdir}/neovim-${pkgver}"
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -Dm644 runtime/nvim.desktop "${pkgdir}/usr/share/applications/nvim.desktop"
|
||||
install -Dm644 runtime/nvim.appdata.xml "${pkgdir}/usr/share/metainfo/nvim.appdata.xml"
|
||||
install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
|
||||
|
||||
# Make Arch vim packages work
|
||||
|
|
Loading…
Reference in a new issue