summaryrefslogtreecommitdiff
path: root/libs/libxcursor/MAKEPKG
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libxcursor/MAKEPKG')
-rw-r--r--libs/libxcursor/MAKEPKG28
1 files changed, 28 insertions, 0 deletions
diff --git a/libs/libxcursor/MAKEPKG b/libs/libxcursor/MAKEPKG
new file mode 100644
index 0000000..50fa262
--- /dev/null
+++ b/libs/libxcursor/MAKEPKG
@@ -0,0 +1,28 @@
+#!/bin/mkpkg
+# description: X cursor management library
+# url: https://xorg.freedesktop.org
+
+name=libxcursor
+version=1.2.3
+release=1
+depends=(libxfixes libxrender)
+source=(https://www.x.org/releases/individual/lib/libXcursor-$version.tar.xz)
+
+sha256sums=(
+ "fde9402dd4cfe79da71e2d96bb980afc5e6ff4f8a7d74c159e1966afb2b2c2c0"
+)
+
+build() {
+ cd libXcursor-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh