summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 222b6c26b87b375e4dc80862dec9d905aeb0b154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Sergio Schneider <s p s f 6 4 at gmail dot com>
# Maintainer: Hugo Rodrigues <hugorodrigues at openmailbox dot com>

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
}