mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/corerenamer: add 5.0.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST corerenamer-v4.5.0.tar.bz2 70985 BLAKE2B f79e8662d660dbae27fa655d38a23b9ae5665ebed34eb5746a5210e0b7a056a48188c48544a974375873cf9211d12e4d8125883ad74238a60e3decd5d786f931 SHA512 2a5533adc8b690c56de28015f51cde72fe2f6217cd73935c266c4e20fec6c9a88894e2033269efe7b71e4d9404d8caf87bc9062daf2d7dd7d694bf57544c205f
|
||||
DIST corerenamer-v5.0.0.tar.bz2 70945 BLAKE2B 400e6d68f44f42ff178d97e08cdf59830462eb8faff0c37d41e7713a14316f38f2360b7686438247956805b623d3c10542953916e04d9165346a4111b8faeb80 SHA512 a323205de99e3c2ebcc247573efadfacb843c2eb2e6b7ddd15be195eabb85b6d24b31b5e8c5490e6bf0b11b3511314349aaf80258ea7be084594d608c4dc913d
|
||||
|
||||
21
gui-apps/corerenamer/corerenamer-5.0.0.ebuild
Normal file
21
gui-apps/corerenamer/corerenamer-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 batch file renamer for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer"
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/corerenamer/-/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