# Maintainer: Patrick Burroughs (Celti) pkgname=nuvola-app-groove pkgdesc='Microsoft Groove Music integration for Nuvola Player 3.0' pkgver=1.1 pkgrel=1 license=('BSD') # template start; name=nuvola-app; version=1.0.1; # Template-Maintainer: Patrick Burroughs (Celti) arch=('any') depends=('nuvolaplayer') makedepends=('lasem' 'scour') sha256sums=('b6db0874979f107648579c4989ff4cdb5b7bba9fdd8cf513f8bba92147881aa0') source=("$pkgname-$pkgver.tar.gz::https://github.com/tiliado/${pkgname}/archive/${pkgver}.tar.gz") url="https://github.com/tiliado/${pkgname}" package() { cd "${pkgname}-${pkgver}" # Optimize SVG icons (scour), generate PNG icons (lasem), build and install. make install DEST="${pkgdir}/usr/share/nuvolaplayer3/web_apps" # Install all available licenses. install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE* } # template end;