blob: 0ec495d35cdb48ba68e208f074464c37f710761e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.7.0
QTMIN=6.7.2
inherit ecm
DESCRIPTION="Open VSCode Project Manager projects from Krunner"
HOMEPAGE="https://github.com/alex1701c/krunner-vscodeprojects"
SRC_URI="https://github.com/alex1701c/krunner-vscodeprojects/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[gui,widgets]
kde-frameworks/krunner:6
kde-frameworks/kconfig:6
kde-frameworks/ki18n:6
"
RDEPEND="${DEPEND}
|| ( app-editors/vscode app-editors/vscodium )
"
|