summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6bf655a42982760e865e519b222be8f938a72864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer : Yamada Hayao <hayao@fascode.net>
# Contributer: XZS <d dot f dot fischer at web dot de>


pkgname=gnome-shell-extension-coverflow-alt-tab
pkgver=1.11
pkgrel=1
pkgdesc="Replacement of Alt-Tab, iterates through windows in a cover-flow manner"
arch=('any')
url="https://github.com/dmo60/CoverflowAltTab"
license=('GPL')
source+=("${url}/archive/refs/tags/v${pkgver}.zip")
md5sums+=('SKIP')
install=gschemas.install
_dir="CoverflowAltTab-${pkgver}"

package(){
    cd "${srcdir}/${_dir}"
    mkdir -p "${pkgdir}/usr/share/gnome-shell/extensions"
    make all LOCALINSTALL=true SUPER_PATH="${pkgdir}/usr/share/gnome-shell/extensions"
}