| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0 | 8 | ~amd64 | 0 |
# 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
}
sys-power/upower
sys-power/upower
| 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 |