# Maintainer: Sergio Schneider # Maintainer: Hugo Rodrigues pkgname=syncthing-appmenu pkgver=1.2 pkgrel=1 pkgdesc='Adds Syncthing Web GUI to applications menu' arch=('any') url="https://docs.syncthing.net/intro/gui.html" license=('GPL') depends=('bash' 'syncthing' 'xdg-utils') source=( 'syncthing.desktop' 'syncthing.svg' 'syncthing-appmenu.install' ) sha256sums=('dda328d453891e238aaf06b276a997872839a21663b7e0838c390f452dfd515e' '519f08b9ba5d0308d62491a6788d1671208da3029af0a23940c93b4abe10728a' 'f067589cd53a4240c3625d4a3438874f9bbd77453c8ef36e488eeaec2bd99fdb') package() { install="${pkgname}.install" install -Dm644 "${srcdir}"/syncthing.desktop "${pkgdir}"/usr/share/applications/syncthing.desktop install -Dm644 "${srcdir}"/syncthing.svg "${pkgdir}"/usr/share/pixmaps/syncthing.svg }