17 lines
502 B
Bash
17 lines
502 B
Bash
# Template file for 'find-cursor'
|
|
pkgname=find-cursor
|
|
version=1.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
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
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|