aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c5859554c31df8ff8db5a7fcc4fdb3900aac27be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: dwroland @gmail.com
pkgname=ntrig_fix
pkgver=0.1
pkgrel=1
pkgdesc="systemd script to fix ntrig touchscreen after wake from "
arch=(any)
url="https://github.com/dwroland/$pkgname"
license=('GPL')
depends=('systemd')
makedepends=('git')
source=("git://github.com/dwroland/$pkgname")
md5sums=('SKIP')

package() {
  cd "$srcdir"
  install -Dm500 "$srcdir/$pkgname/ntrig_fix.sh" "$pkgdir/usr/lib/systemd/system-sleep/ntrig_fix.sh"
}