void-packages/srcpkgs/find-cursor/template
2019-03-06 08:52:55 -03:00

23 lines
610 B
Bash

# Template file for 'find-cursor'
pkgname=find-cursor
version=1.2
revision=1
build_style=gnu-makefile
hostmakedepends="git"
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/v${version}.tar.gz"
checksum=124bb422d608333edbca2ca9f981e5a3a55a4379235b3a2c93d7b80e07de21c6
do_install() {
vbin find-cursor
vsed -i "s|VERSION|${version}|g" find-cursor.1
vman find-cursor.1
vlicense LICENSE
}