summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f7d7974b58d7e80856c21702b3a76475093aff34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Matthieu Borde <dev at starmatt dot net>

pkgname=gnome-shell-extension-windowisready_remover
_pkgname=WindowIsReady_Remover
pkgver=18
pkgrel=2
pkgdesc='GNOME shell extension that removes the annoying "Windows is Ready" notification.'
arch=(any)
url='https://github.com/nunofarruca/WindowIsReady_Remover'
license=('Apache-2.0')
depends=('gnome-shell')
source=("https://extensions.gnome.org/extension-data/windowIsReady_Removernunofarrucagmail.com.v$pkgver.shell-extension.zip")
sha256sums=('9fecce36b6b600cae1a4d237a0c564b3c4ef4680168d173da63146998575cf33')

package() {
    _uuid="windowIsReady_Remover@nunofarruca@gmail.com"
    _destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid"

    install --directory $_destdir
    install --target-directory "$_destdir" --mode 644 metadata.json *.js
}