# Maintainer: Robert Tari pkgname="ayatana-indicator-bluetooth" pkgver="22.9.0" pkgrel="1" pkgdesc="Ayatana system bluetooth indicator" arch=("i686" "x86_64" "pentium4") url="https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth" license=("GPL3") makedepends=("cmake-extras" "intltool" "glib2" "systemd" "vala" ) depends=("bluez" "blueman" "libayatana-common>=0.9.5") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz") md5sums=("734be5437dd4742c4fed3cb8802980a2") options=("!emptydirs") build() { cd ${pkgname}-${pkgver} cmake -S . -B build cmake --build build } package() { cd ${pkgname}-${pkgver} DESTDIR="${pkgdir}" cmake --install build }