sys-apps/ledmon - 0.94 (mva)

Search

Install

Install this version:

emerge -a =sys-apps/ledmon-0.94

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

autounmask =sys-apps/ledmon-0.94

Or alternatively:

emerge --autounmask-write -a =sys-apps/ledmon-0.94

Package Information

Description:
Enclosure LED Utilities
Homepage:
https://github.com/intel/ledmon
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.94 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit autotools

DESCRIPTION="Enclosure LED Utilities"
HOMEPAGE="https://github.com/intel/ledmon"
SRC_URI="https://github.com/intel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	local myeconfargs=(
		--enable-systemd
	)
	econf "${myeconfargs[@]}"
}

Inherited Eclasses

Manifest for 0.94

Type File Size Source URLs
DIST ledmon-0.94.tar.gz 81676 bytes https://github.com/intel/ledmon/archive/0.94.tar.gz