22 lines
576 B
Bash
22 lines
576 B
Bash
# Template file for 'find-cursor'
|
|
pkgname=find-cursor
|
|
version=1.6
|
|
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=8e64829228a3ecbd9d8b5abc73c1387f2795454e0bbf9758c5324a53cd04ac69
|
|
|
|
do_install() {
|
|
vbin find-cursor
|
|
|
|
vsed -i "s|VERSION|${version}|g" find-cursor.1
|
|
vman find-cursor.1
|
|
|
|
vlicense LICENSE
|
|
}
|