mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
app-editors/neovim-qt: new package, add 0.2.16.1
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
1
app-editors/neovim-qt/Manifest
Normal file
1
app-editors/neovim-qt/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST neovim-qt-0.2.16.1.tar.gz 1069176 BLAKE2B ccb9d7275735969dc0576b498e017068da63e14ba82e3160621822d83c3902e35064be393dda57f8e70d83bcbb22e8e663f2ec996ffb48ff0140099ae0793a88 SHA512 63910b0416103f8c4f2450a07d4790c2b7fd26e2ba324445a20700a12d1dc3cb6fb06c674f3a1173348dad5c2256e8018167765306ca33ad94bc176bf5e4e45c
|
||||
34
app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
Normal file
34
app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit vcs-snapshot cmake-utils
|
||||
|
||||
DESCRIPTION="Neovim client library and GUI, in Qt5"
|
||||
HOMEPAGE="https://github.com/equalsraf/neovim-qt"
|
||||
SRC_URI="https://github.com/equalsraf/neovim-qt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gcov +msgpack"
|
||||
|
||||
DEPEND="
|
||||
msgpack? ( dev-libs/msgpack )
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qttest:5
|
||||
dev-qt/qtwidgets:5"
|
||||
RDEPEND="${DEPEND}
|
||||
app-editors/neovim"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DUSE_GCOV=$(usex gcov ON OFF)
|
||||
-DUSE_SYSTEM_MSGPACK=$(usex msgpack ON OFF)
|
||||
)
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user