# Maintainer: Kalle Lindqvist pkgname=gnome-shell-extension-sound-output-device-chooser pkgver=17 pkgrel=1 pkgdesc="Sound Input & Output Device Chooser." arch=('any') url="https://github.com/kgshank/gse-sound-output-device-chooser" license=('GPL') depends=('gnome-shell') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/3.30.0.${pkgver}.tar.gz") md5sums=("7f32ce146b708485ded15d5c394776b5") package() { _uuid="sound-output-device-chooser@kgshank.net" cd "${srcdir}/gse-sound-output-device-chooser-3.30.0.${pkgver}" install -d "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}" cp -r "${_uuid}" "${pkgdir}/usr/share/gnome-shell/extensions/" }