# Maintainer: Robert Tari pkgname="ayatana-indicator-power" pkgver="23.6.0" pkgrel="1" pkgdesc="Ayatana Indicator showing power state" arch=("i686" "x86_64" "pentium4") url="https://github.com/AyatanaIndicators/ayatana-indicator-power" license=("GPL3") makedepends=("cmake-extras" "intltool") depends=("glib2" "systemd" "libayatana-common" "libnotify" "dconf") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz") md5sums=("9b9b0015fbd11be0480c2b0cdb012593") build() { cd ${pkgname}-${pkgver} cmake -S . -B build cmake --build build } package() { cd ${pkgname}-${pkgver} DESTDIR="${pkgdir}" cmake --install build }