summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0765ca82c4027dab7d52d3cae6d0123ed643d898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=revoco2
pkgver=1.0
pkgrel=1
pkgdesc="Change the wheel behaviour of Logitech's MX-Revolution mouse. Now supports bluetooth"
arch=('i686' 'x86_64')
url="https://github.com/tech2077/revoco2"
license=()
source=('git+https://github.com/tech2077/revoco2.git')
md5sums=('SKIP')

build() {
  cd $srcdir/$pkgname
  make || return 1
}

package() {
  cd $srcdir/$pkgname
  install -D -m755 revoco $pkgdir/usr/bin/revoco
}