find-cursor: update to 1.2.

This commit is contained in:
maxice8 2019-03-06 01:59:39 -03:00 committed by maxice8
parent d848b5ac27
commit f715ed10db

View file

@ -1,16 +1,22 @@
# Template file for 'find-cursor'
pkgname=find-cursor
version=1.1
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=02bef496b99956440b40ade5a6bf77706b298d6af6e7a1260d4a71729e343f02
checksum=124bb422d608333edbca2ca9f981e5a3a55a4379235b3a2c93d7b80e07de21c6
do_install() {
vbin find-cursor
vsed -i "s|VERSION|${version}|g" find-cursor.1
vman find-cursor.1
post_install() {
vlicense LICENSE
}