summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: baa7aac2cf7167a6829ccc944435a71c87bbe02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Daniel Greve <greve.daniel.l@gmail.com>

pkgname=bspwm-kde-session
pkgver=0.1
pkgrel=1
pkgdesc='Start a KDE session with the bspwm window manager'
arch=('any')
url='https://github.com/danielgreve/bspwm-kde-session'
license=('custom:UNLICENSE')
depends=('bspwm' 'plasma-workspace')
source=("https://github.com/danielgreve/bspwm-kde-session/archive/${pkgver}.tar.gz")
md5sums=('478e0a5d382ff86041c86c3dc632adcd')

package() {
  cd "${pkgname}-${pkgver}"
  make install DESTDIR="${pkgdir}" PREFIX=/usr
}