gui-libs/libcsys - 4.5.0 (wayland-desktop)

Search

Install

Install this version:

emerge -a =gui-libs/libcsys-4.5.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-libs/libcsys-4.5.0

Or alternatively:

emerge --autounmask-write -a =gui-libs/libcsys-4.5.0

Package Information

Description:
Library for managing drive and getting system resource information in real time
Homepage:
https://gitlab.com/cubocore/libcsys
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.5.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Aisha Tammy
# Distributed under the terms of the ISC License

EAPI=8

inherit cmake

DESCRIPTION="Library for managing drive and getting system resource information in real time"
HOMEPAGE="https://gitlab.com/cubocore/libcsys"

if [[ "${PV}" == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://gitlab.com/cubocore/libcsys.git"
else
	SRC_URI="https://gitlab.com/cubocore/libcsys/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
	KEYWORDS="~amd64"
	S="${WORKDIR}/${PN}-v${PV}"
fi

LICENSE="GPL-3"
SLOT="0"

DEPEND="
	dev-qt/qtcore:5
	dev-qt/qtdbus:5
	dev-qt/qtnetwork:5
"
RDEPEND="
	${DEPEND}
"

Inherited Eclasses

Dependencies

DEPEND

	dev-qt/qtcore:5
	dev-qt/qtdbus:5
	dev-qt/qtnetwork:5

RDEPEND

	
	dev-qt/qtcore:5
	dev-qt/qtdbus:5
	dev-qt/qtnetwork:5

Manifest for 4.5.0

Type File Size Source URLs
DIST libcsys-4.5.0.tar.bz2 25696 bytes https://gitlab.com/cubocore/libcsys/-/archive/v4.5.0/libcsys-v4.5.0.tar.bz2