# Maintainer: Thanos Apostolou pkgname=gnome-shell-extension-tray-icons pkgver=4 pkgrel=1 pkgdesc="Simple version of TopIcons Plus" arch=('any') url="https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons" license=('GPL3') depends=('gnome-shell') source=("${url}/archive/v${pkgver}.tar.gz") sha256sums=('bdc7227fb5518cee52f116ee20412f0375156016218b832ae83356842f1de6a6') package() { cd "$pkgname-$pkgver" install -d "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@zhangkaizhao.com" install -Dm644 extension.js "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@zhangkaizhao.com/extension.js" install -Dm644 metadata.json "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@zhangkaizhao.com/metadata.json" }