summaryrefslogtreecommitdiffstats
path: root/x11-xf86-input-evdev
diff options
context:
space:
mode:
authorzorz <zorz@krypt.sh>2026-04-01 22:52:53 +0300
committerzorz <zorz@krypt.sh>2026-04-01 22:52:53 +0300
commit510ee94dc6c7b011ba95816e50d4faa8352f5e71 (patch)
treebdebaf589f9aae422a653a29b529008513f072c3 /x11-xf86-input-evdev
parente304d10a0993bda38d3bda2c0a9f33443ba82212 (diff)
downloadxorg-main.tar.gz
xorg-main.tar.xz
Diffstat (limited to 'x11-xf86-input-evdev')
-rw-r--r--x11-xf86-input-evdev/MAKEPKG24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-xf86-input-evdev/MAKEPKG b/x11-xf86-input-evdev/MAKEPKG
new file mode 100644
index 0000000..a26d583
--- /dev/null
+++ b/x11-xf86-input-evdev/MAKEPKG
@@ -0,0 +1,24 @@
1#!/bin/mkpkg
2# description: X.org evdev input driver
3# url: https://xorg.freedesktop.org
4
5name=x11-xf86-input-evdev
6version=2.11.0
7release=1
8depends=(mtdev libevdev x11-server)
9source=(https://www.x.org/releases/individual/driver/xf86-input-evdev-$version.tar.xz)
10
11build() {
12 cd xf86-input-evdev-$version
13
14 ./configure --prefix=/usr
15 make
16 make DESTDIR=$PKG install
17}
18
19signify() {
20 untrusted comment: public key
21 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
22}
23
24# vim: filetype=sh