From a6accf667b2cf3c238f31ed6cd468e79eaf84b2a Mon Sep 17 00:00:00 2001 From: biopsin Date: Mon, 17 Sep 2018 19:42:11 +0200 Subject: [PATCH] New package: find-cursor-0.0.0.20180321 ..highlight the cursor position in X. --- srcpkgs/find-cursor | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/find-cursor diff --git a/srcpkgs/find-cursor b/srcpkgs/find-cursor new file mode 100644 index 0000000000..10069ba052 --- /dev/null +++ b/srcpkgs/find-cursor @@ -0,0 +1,24 @@ +# Template file for 'find-cursor' +pkgname=find-cursor +version=0.0.0.20180321 +revision=1 +_commit=aaefd2efe76dda50d0876c8c6861f6487f27b4ae +wrksrc="${pkgname}-${_commit}" +build_style=gnu-makefile +hostmakedepends="automake" +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/${_commit}.tar.gz" +checksum=091ec913cfb05464a4aacf79c55c8e94c53af97d9386ecc3be056d1ca01de445 + +do_install() { + # override Makefile install bug + vbin find-cursor +} + +post_install() { + vlicense LICENSE +}