mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
22 lines
492 B
Bash
22 lines
492 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit cmake xdg
|
|
|
|
DESCRIPTION="A document editor for C Suite"
|
|
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad"
|
|
SRC_URI="https://gitlab.com/cubocore/coreapps/corepad/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
|
S="${WORKDIR}/${PN}-v${PV}"
|
|
|
|
LICENSE="GPL-3+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
DEPEND="
|
|
dev-qt/qtbase:6[gui,widgets,xml]
|
|
>=gui-libs/libcprime-5.0.0
|
|
"
|
|
RDEPEND="${DEPEND}"
|