# Maintainer: Stefano Marsili pkgname=bluetoother pkgver=0.5 pkgrel=1 pkgdesc="Bluetoooth adapter connectivity GUI tool" url='https://www.efanomars.com/utilities/bluetoother' arch=('x86_64') license=('GPL3') depends=('gtkmm' 'bluez' 'polkit') makedepends=('cmake' 'gcc' 'doxygen' 'graphviz' 'python') optdepends=() #provides=("bluetoother") #replaces=("bluetoother") #conflicts=("bluetoother") source=('git+https://gitlab.com/efanomars/bluetoother.git#commit=cb04639d00d456e072bb7dbb62389a2d821e40a0') sha512sums=('SKIP') build() { cd "${srcdir}/bluetoother" ./scripts/install_bluetoother.py -b=Release --installdir="/usr" --no-install --no-sudo } package() { cd "${srcdir}/bluetoother" ./scripts/priv/dd_install_bluetoother.py -b=Release --installdir="/usr" --destdir="${pkgdir}" --no-configure --no-make --no-sudo }