summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 133420fbea7fc4004368290d8e8ec2cc49a0c822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Andy Richardson <andy.john.richardson@gmail.com>
pkgname=gnome-shell-extension-simply-workspaces-git
pkgver=v5
pkgrel=1
pkgdesc="Gnome 3 workspace indicator with an i3/polybar style."
arch=(any)
licence=(GPLv3)

makedepends=('git')
source=("git+https://github.com/andyrichardson/simply-workspaces.git#tag=$pkgver")
sha256sums=('SKIP')
provides+=("$pkgname=$pkgver")
conflicts+=("$pkgname")

package() {
  cd simply-workspaces
  make PREFIX=$pkgdir/usr install
}