Search Criteria
Package Details: find-cursor-git 1.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/find-cursor-git.git (read-only, click to copy) |
|---|---|
| Package Base: | find-cursor-git |
| Description: | Simple XLib program to highlight the cursor position. |
| Upstream URL: | https://github.com/arp242/find-cursor |
| Licenses: | MIT |
| Groups: | system |
| Conflicts: | find-cursor |
| Provides: | find-cursor-git |
| Submitter: | toxin |
| Maintainer: | toxin |
| Last Packager: | toxin |
| Votes: | 4 |
| Popularity: | 0.000497 |
| First Submitted: | 2020-05-19 21:36 (UTC) |
| Last Updated: | 2021-07-07 17:30 (UTC) |
Dependencies (7)
- libx11 (libx11-gitAUR)
- libxdamage
- libxext (libxext-gitAUR)
- libxrender
- xorg-xrefresh
- xorgproto (xorgproto-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
cfinnberg commented on 2020-05-18 10:31 (UTC)
if this is a -git package, you should add it to the package name (
find-cursor-gitorfind-cursor-devel). And to better capture the version you should probably use something likegit describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'inpkgver()function.Make dependencies you have are probably redundant. Necessary packages are already installed with
baseandbase-develmetapackage and group.Dependencies on the other hand are short. You need at least
libx11,xorgproto,libxdamage,libxrender,libxext. Some of these are even mentioned in upstream.Probably it's good to take a look to the VCS package guidelines
toxin commented on 2020-04-15 17:54 (UTC)
Thans your feedback. I updated it.
anekos commented on 2020-04-13 22:02 (UTC)
Please update md5sum to "a6c93dc54baf06aac0ffcfc9f41381bd".