summaryrefslogtreecommitdiffstats
path: root/libxtst
diff options
context:
space:
mode:
Diffstat (limited to 'libxtst')
-rw-r--r--libxtst/MAKEPKG26
1 files changed, 26 insertions, 0 deletions
diff --git a/libxtst/MAKEPKG b/libxtst/MAKEPKG
new file mode 100644
index 0000000..1b20737
--- /dev/null
+++ b/libxtst/MAKEPKG
@@ -0,0 +1,26 @@
1#!/bin/mkpkg
2# description: X11 Testing extension library
3# url: https://xorg.freedesktop.org
4
5name=libxtst
6version=1.2.5
7release=1
8depends=(libxi)
9source=(https://www.x.org/releases/individual/lib/libXtst-$version.tar.xz)
10
11build() {
12 cd libXtst-$version
13
14 ./configure --prefix=/usr
15 make
16 make DESTDIR=$PKG install
17
18 rm -rf $PKG/usr/share/doc
19}
20
21signify() {
22 untrusted comment: public key
23 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
24}
25
26# vim: filetype=sh