summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7571827e9222fe95f6195135f4342e7ad8b46c50 (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: Johannes Wienke <languitar@semipol.de>
# Contributor: Alad Wenter <alad@linuxbbq.org>
# Contributor: slowpoke <mail+aur at slowpoke dot io>
_pkgname='quickswitch-for-i3'
pkgname='quickswitch-i3'
pkgver=2.6.0
pkgrel=3
pkgdesc="A python utility to quickly change to and locate windows in i3"
arch=(any)
url="https://github.com/OliverUv/quickswitch-for-i3"
license=('custom:WTFPL')
depends=('dmenu' 'python-setuptools' 'python-i3-git')
options=(!emptydirs)
source=("https://github.com/OliverUv/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('d1a081d9523e302b781d474d4806021122a3b8a1d8e486bae46f3409d4400e8a')

package() {
    cd "$srcdir/$_pkgname-$pkgver"
    python setup.py install --root="$pkgdir/" --optimize=1

    #license
    install -D -m 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}