New package: find-cursor-0.0.0.20180321

..highlight the cursor position in X.
This commit is contained in:
biopsin 2018-09-17 19:42:11 +02:00 committed by cr6git
parent 9cb8d362ed
commit a6accf667b
1 changed files with 24 additions and 0 deletions

24
srcpkgs/find-cursor Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'find-cursor'
pkgname=find-cursor
version=0.0.0.20180321
revision=1
_commit=aaefd2efe76dda50d0876c8c6861f6487f27b4ae
wrksrc="${pkgname}-${_commit}"
build_style=gnu-makefile
hostmakedepends="automake"
makedepends="libXdamage-devel libXrender-devel"
short_desc="Highlight the cursor position in X"
maintainer="biopsin <biopsin@yahoo.no>"
license="MIT"
homepage="https://github.com/Carpetsmoker/find-cursor"
distfiles="https://github.com/Carpetsmoker/find-cursor/archive/${_commit}.tar.gz"
checksum=091ec913cfb05464a4aacf79c55c8e94c53af97d9386ecc3be056d1ca01de445
do_install() {
# override Makefile install bug
vbin find-cursor
}
post_install() {
vlicense LICENSE
}