mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/corepad: add 5.0.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST corepad-v4.5.0.tar.bz2 147168 BLAKE2B e875cbc44ef24e554e0dadd10012a6c79b9e6f1637daab7f9f22989201435afbaeb7c0233cc156a1e76239d0c8aafdae7c8700c0295a7b1179fd90064d9748a4 SHA512 30f125a0787e44992d8e7010f5c03a04dac491e79a717c499f6fb893607aeb070854b59095f172657d0ac3f0d66873a48086c74bc9ca230da5ba39b1bc284c1f
|
||||
DIST corepad-v5.0.0.tar.bz2 147123 BLAKE2B 7b827f683c8f682c8ecc11ed264deca3033fcf82d03cf2e247a05e9013d11279db4ecbe2c2c98a14e6b518cd4b552c2188237d8f1f5c76c3ad3520aae3c47d63 SHA512 3e9e3ce53bd7dd249136945b9b39af5c2d176d4ca227d34c2ddaba960aba2482de63cf45750439ade40ce28dd6feded3d4809e1a1484ef29ff12792b3100d312
|
||||
|
||||
21
gui-apps/corepad/corepad-5.0.0.ebuild
Normal file
21
gui-apps/corepad/corepad-5.0.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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}"
|
||||
Reference in New Issue
Block a user