summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7e26d6be378499f1b6fe780628d27332f4ba137e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: levinit <levinit@outlook.com>

pkgname=gnome-shell-extension-mconnect
releasesname=mconnect.andyholmes.github.io
shellname=mconnect@andyholmes.github.io
pkgver=15
pkgrel=1
pkgdesc='KDE Connect/MConnect integration for Gnome Shell'
arch=(any)
url='https://github.com/andyholmes/gnome-shell-extension-mconnect'
license=('GPL2')
depends=('gnome-shell' 'mconnect-git')
optdepends=('gnome-tweak-tool')
install=$pkgname.install

source=('https://github.com/andyholmes/gnome-shell-extension-mconnect/releases/download/v17/mconnect.andyholmes.github.io.zip')
md5sums=('SKIP')

package() {
    rm $srcdir/$releasesname.zip
    install -dm755 $pkgdir/usr/share/gnome-shell/extensions/$shellname
    cp -rf $srcdir/* $pkgdir/usr/share/gnome-shell/extensions/$shellname
}