summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 11b9706d2c3cbeb1ba07c659c1adae7cc1a100d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: dszryan <9117127+dszryan@users.noreply.github.com>
pkgver=0.1
pkgname=wayland-mouse-mapper
pkgrel=1
pkgdesc="Maps mouse buttons to keys in wayland, configured to swap workspaces under gnome"
url="https://github.com/dszryan/$pkgname"
arch=('any')
license=('GPL')
makedepends=('git')
depends=('libinput>=1.14.1' 'evemu>=2.7.0')
source=("${pkgname}-${pkgver}::git+https://github.com/dszryan/$pkgname.git")
md5sums=('SKIP')
install="INSTALL"

package() {

  install -D -t "$pkgdir/usr/bin"                "$srcdir/$pkgname-$pkgver/mousemapper.sh"
  install -D -t "$pkgdir/usr/lib/systemd/system" "$srcdir/$pkgname-$pkgver/mousemapper.service"

}