summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e886de91ac62bad0f4c1fb6a972c873ba7e1ccf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Byeonghoon Yoo <bh322yoo gmail com>
# Contributor: Byeonghoon Yoo <bh322yoo gmail com>

_pkgname=dynamic_workspaces
pkgname=kwin-scripts-dynamic-workspaces
pkgver=3.1
pkgrel=1
pkgdesc='A kwin script that creates and deletes desktops as you move windows on the last one'
arch=('any')
url="https://github.com/maurges/${_pkgname}"
license=('BSD-3-Clause')
depends=('kwin')
source=("https://github.com/maurges/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('74941b53bf2aa18aa4fbe6d1777fe85475c2558b307654bd3b0593652d7e8251')

package() {
  install -d "${pkgdir}/usr/share/kwin/scripts/${_pkgname}"
  cp -r "${srcdir}"/${_pkgname}-${pkgver}/{contents,metadata.json} "${pkgdir}/usr/share/kwin/scripts/${_pkgname}"
}