gentoo-ebuilds/sys-power/acpi/acpi-1.8.ebuild
Jakov Smolić fe30faa0ca
sys-power/acpi: stabilize 1.8 for x86
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-05-24 14:13:39 +02:00

17 lines
386 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Displays information about ACPI devices"
HOMEPAGE="https://sourceforge.net/projects/acpiclient/"
SRC_URI="https://downloads.sourceforge.net/acpiclient/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
src_install() {
default
einstalldocs
}