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

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
}