summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 77a88cdad21c8dd9ec09806c13c114366476653f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Henrik Nymann Jensen <h@henriknj.dk>

pkgname=revoco2
pkgver=1.0
pkgrel=1
pkgdesc="Change the wheel behaviour of Logitech's MX-Revolution mouse."
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
}