summaryrefslogtreecommitdiffstats
path: root/x11-xset/MAKEPKG
diff options
context:
space:
mode:
Diffstat (limited to 'x11-xset/MAKEPKG')
-rw-r--r--x11-xset/MAKEPKG27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-xset/MAKEPKG b/x11-xset/MAKEPKG
new file mode 100644
index 0000000..530183f
--- /dev/null
+++ b/x11-xset/MAKEPKG
@@ -0,0 +1,27 @@
1#!/bin/mkpkg
2# description: User preference utility for X
3# url: https://xorg.freedesktop.org
4
5name=x11-xset
6version=1.2.5
7release=1
8depends=(libxmu)
9source=(https://www.x.org/releases/individual/app/xset-$version.tar.xz)
10
11build() {
12 cd xset-$version
13
14 ./configure \
15 --prefix=/usr \
16 --without-xf86misc
17
18 make
19 make DESTDIR=$PKG install
20}
21
22signify() {
23 untrusted comment: public key
24 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
25}
26
27# vim: filetype=sh