diff --git a/gui-apps/corearchiver/Manifest b/gui-apps/corearchiver/Manifest index 41bf2073b7..40568a1e3a 100644 --- a/gui-apps/corearchiver/Manifest +++ b/gui-apps/corearchiver/Manifest @@ -1 +1,2 @@ DIST corearchiver-v4.5.0.tar.bz2 106993 BLAKE2B 12a03ecb423ff9ad31a035b5a8ff5e439bcbed1e48bc39819c0815ad0b3b32c883ce59006b1b8e063a969919754d16ce5b19b14a5000815ed9d55511933dd98d SHA512 69f181b65352f1161304e3469ab7b5980b310d071a710342dedb0cf1b6d28440366134075fc13b09fec86dc80d19e52c896141a2d516bc43ea3d5f0db6f678da +DIST corearchiver-v5.0.0.tar.bz2 106913 BLAKE2B 1004d95397541a45589a93de07c1eb75041039902edc68244b2e25e1eb547574c7a19f2a7db723e2bc04e1dd86ea264d1139979e28647c62033679024aea12b4 SHA512 0718559e465f0219cd21958859bc5fc6136f26ec7d9edbdede6ce63ef1d86d21af9f6ac7226a129d031d8159bb90cef2192a642fb7b16e9c0c58219afc684c02 diff --git a/gui-apps/corearchiver/corearchiver-5.0.0.ebuild b/gui-apps/corearchiver/corearchiver-5.0.0.ebuild new file mode 100644 index 0000000000..260e331d4f --- /dev/null +++ b/gui-apps/corearchiver/corearchiver-5.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Archiver for C Suite, to create and extract archives" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" +SRC_URI="https://gitlab.com/cubocore/coreapps/corearchiver/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + app-arch/libarchive-qt[qt6] + dev-qt/qtbase:6[gui,widgets] + gui-libs/libcprime +" +RDEPEND="${DEPEND}"