21 lines
576 B
Bash
21 lines
576 B
Bash
# Template file for 'find-cursor'
|
|
pkgname=find-cursor
|
|
version=1.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libXdamage-devel libXrender-devel"
|
|
short_desc="Highlight the cursor position in X"
|
|
maintainer="biopsin <biopsin@yahoo.no>"
|
|
license="MIT"
|
|
homepage="https://github.com/arp242/find-cursor"
|
|
distfiles="https://github.com/arp242/find-cursor/archive/v${version}.tar.gz"
|
|
checksum=0cb96e8e58c97212016e61e33582f4f9cf57125883810aaa43a5c1c6e8513288
|
|
|
|
do_install() {
|
|
vbin find-cursor
|
|
|
|
vsed -i "s|VERSION|${version}|g" find-cursor.1
|
|
vman find-cursor.1
|
|
|
|
vlicense LICENSE
|
|
}
|