summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e620739697a1fd6e4f0eaf6120ce3063a0e9340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Contributor: Joseph Riches

pkgname=xf86-input-cmt-setup
pkgdesc="A script to install the correct device specific conf files for the xf86-input-cmt driver"
pkgver=1
pkgrel=3
arch=(any)
url="https://github.com/joebonrichie/xf86-input-cmt-conf"
_gitname=("xf86-input-cmt-conf")
license=('GPLv3')
provides=("xf86-input-cmt=$pkgver")
install=${pkgname}.install
depends=('dmidecode')
makedepends=('git')

source=("$_gitname::git+https://github.com/joebonrichie/xf86-input-cmt-conf.git#commit=ab34935")
md5sums=('SKIP')

package() { 
  cd "$srcdir/$_gitname"
  mkdir -p $pkgdir/usr/bin/
  mv cmt-conf-setup.sh cmt-conf-setup
  cp cmt-conf-setup $pkgdir/usr/bin/cmt-conf-setup
}