# Maintainer: Felipe Morales pkgname=neovim-gnome-terminal-wrapper pkgver=2 pkgrel=4 pkgdesc="A wrapper for running neovim in a separate instance of gnome-terminal" arch=(any) url="http://github.com/fmoralesc/" license=('GPL') groups=() depends=('python-dbus' 'neovim' 'gnome-terminal') source=('neovim.desktop' 'nvim-wrapper' 'neovim.svg') md5sums=('c5b9b5db24db814376b6925ce0f9ad52' 'cec92568d2f1cb5ea889bdc784c82a74' '2b271742492f200bcac78dbfe33caa3c') package() { cd "$srcdir/" install -Dm755 nvim-wrapper "$pkgdir/usr/bin/nvim-wrapper" install -Dm644 neovim.desktop "$pkgdir/usr/share/applications/neovim.desktop" install -Dm644 neovim.svg "$pkgdir/usr/share/icons/neovim.svg" } # vim:set ts=2 sw=2 et: