sys-power/poweralertd - 0.3.0 (buhserepo)

Search

Package Information

Description:
UPower-powered power alerter
Homepage:
https://git.sr.ht/~kennylevinsen/poweralertd
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Ben Buhse
# Distributed under the terms of the GPLv2 License
#
EAPI=8

inherit meson

DESCRIPTION="UPower-powered power alerter "
HOMEPAGE="https://git.sr.ht/~kennylevinsen/poweralertd"
SRC_URI="https://git.sr.ht/~kennylevinsen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="sys-power/upower"
DEPEND="${RDEPEND}"

src_configure() {
	meson_src_configure
}

src_install() {
	meson_src_install
}

Dependencies

DEPEND

sys-power/upower

RDEPEND

sys-power/upower

Manifest for 0.3.0

Type File Size Source URLs
DIST poweralertd-0.3.0.tar.gz 40774 bytes https://git.sr.ht/~kennylevinsen/poweralertd/archive/0.3.0.tar.gz