From f715ed10dbd439b47f2de3ebe645253ce2e469e8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 6 Mar 2019 01:59:39 -0300 Subject: [PATCH] find-cursor: update to 1.2. --- srcpkgs/find-cursor/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/find-cursor/template b/srcpkgs/find-cursor/template index 6679fc78ae..edf1c6ba71 100644 --- a/srcpkgs/find-cursor/template +++ b/srcpkgs/find-cursor/template @@ -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 " 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 }