# 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
}