summaryrefslogtreecommitdiffstats
path: root/x11-xsetroot/MAKEPKG
diff options
context:
space:
mode:
Diffstat (limited to 'x11-xsetroot/MAKEPKG')
-rw-r--r--x11-xsetroot/MAKEPKG24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-xsetroot/MAKEPKG b/x11-xsetroot/MAKEPKG
new file mode 100644
index 0000000..31dbff6
--- /dev/null
+++ b/x11-xsetroot/MAKEPKG
@@ -0,0 +1,24 @@
1#!/bin/mkpkg
2# description: Root window parameter setting utility for X
3# url: https://xorg.freedesktop.org
4
5name=x11-xsetroot
6version=1.1.3
7release=1
8depends=(libxmu libxcursor x11-xbitmaps)
9source=(https://www.x.org/releases/individual/app/xsetroot-$version.tar.xz)
10
11build() {
12 cd xsetroot-$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