New package: neovim-qt-0.2.6
This commit is contained in:
parent
08ffb00145
commit
0ea900c85c
1 changed files with 17 additions and 0 deletions
17
srcpkgs/neovim-qt/template
Normal file
17
srcpkgs/neovim-qt/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'neovim-qt'
|
||||
pkgname=neovim-qt
|
||||
version=0.2.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
makedepends="qt5-devel neovim"
|
||||
depends="neovim"
|
||||
short_desc="Neovim client library and GUI, in Qt5"
|
||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/equalsraf/neovim-qt"
|
||||
distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz"
|
||||
checksum=91b07a5e7130d75a012094f6ace3efef991bc861114fe740d77bed54b6a21bd2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue