blob: 8b8964c72aa2cff0ffcbec106a766d75cf9f7b66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = find-cursor-git
pkgdesc = Simple XLib program to highlight the cursor position.
pkgver = 1.7
pkgrel = 1
url = https://github.com/arp242/find-cursor
arch = any
groups = system
license = MIT
makedepends = git
depends = xorg-xrefresh
depends = libx11
depends = xorgproto
depends = libxdamage
depends = libxrender
depends = libxext
provides = find-cursor-git
conflicts = find-cursor
source = git+https://github.com/arp242/find-cursor.git
md5sums = SKIP
pkgname = find-cursor-git
|