25 lines
688 B
Bash
25 lines
688 B
Bash
|
# 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 <biopsin@yahoo.no>"
|
||
|
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
|
||
|
}
|