mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/corepins: add 5.0.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST corepins-v4.5.0.tar.bz2 51454 BLAKE2B 7efbb252b4f48630d4cbe6997fff7472ff442dbb3cc03311398b77cbcb1dbba72306f1605f05226318e9a632375bd8fabb1cc794c72d18e41d26cc9a625d10c8 SHA512 bd8d940a8fc186068abf38a61bb415b4e91b4cbeaeed0bd0b79fb436969de36a0416e3ec8ff8f9a0609ca7a8ed195e8cc751c30d155499c6862f74a7a1ddb780
|
||||
DIST corepins-v5.0.0.tar.bz2 51411 BLAKE2B 08eeec3c23b5e3c6b1d4630803cfed473355856f9ac5c3f66eec94cfa893274d3f4709f6d07ee026e1fa8f090fbaed4c9a2266086c256ac1e58cbf5a93865a0b SHA512 461e2b1f2d0d890dfdd041773ff28b496a4d11fc32d5bb1fd6de61d9aa5a515fe73ef52ce2a842491bbb579f17e1870d579bf82729708a98c30aa75a15455e2e
|
||||
|
||||
21
gui-apps/corepins/corepins-5.0.0.ebuild
Normal file
21
gui-apps/corepins/corepins-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 bookmarking app for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins"
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/corepins/-/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]
|
||||
>=gui-libs/libcprime-5.0.0
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user