From 510ee94dc6c7b011ba95816e50d4faa8352f5e71 Mon Sep 17 00:00:00 2001 From: zorz Date: Wed, 1 Apr 2026 22:52:53 +0300 Subject: xorg --- libxtst/MAKEPKG | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libxtst/MAKEPKG (limited to 'libxtst') diff --git a/libxtst/MAKEPKG b/libxtst/MAKEPKG new file mode 100644 index 0000000..1b20737 --- /dev/null +++ b/libxtst/MAKEPKG @@ -0,0 +1,26 @@ +#!/bin/mkpkg +# description: X11 Testing extension library +# url: https://xorg.freedesktop.org + +name=libxtst +version=1.2.5 +release=1 +depends=(libxi) +source=(https://www.x.org/releases/individual/lib/libXtst-$version.tar.xz) + +build() { + cd libXtst-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share/doc +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3