summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: df3ad84f99cd8a5a4678b3a63df28281daf23c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Johannes Wienke <languitar@semipol.de>

pkgname=i3-workspace-switch
pkgver=0.1
pkgrel=5
pkgdesc="Utility to allow switching workspaces by their position on the output"
arch=(any)
url="https://github.com/languitar/i3-workspace-switch"
license=('LGPL3')
depends=('python' 'python-i3-py')
makedepends=('git' 'python-setuptools')
source=("https://github.com/languitar/i3-workspace-switch/archive/release-${pkgver}.tar.gz")
md5sums=('f9ce4bf9cd5ae2fb6ec2d34e4dbdf2b1')

package() {
    cd "${pkgname}-release-${pkgver}"
    python3 setup.py install --root="$pkgdir/"
}