mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
find-cursor: update to 1.2.
This commit is contained in:
parent
d848b5ac27
commit
f715ed10db
1 changed files with 9 additions and 3 deletions
|
@ -1,16 +1,22 @@
|
||||||
# Template file for 'find-cursor'
|
# Template file for 'find-cursor'
|
||||||
pkgname=find-cursor
|
pkgname=find-cursor
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="git"
|
||||||
makedepends="libXdamage-devel libXrender-devel"
|
makedepends="libXdamage-devel libXrender-devel"
|
||||||
short_desc="Highlight the cursor position in X"
|
short_desc="Highlight the cursor position in X"
|
||||||
maintainer="biopsin <biopsin@yahoo.no>"
|
maintainer="biopsin <biopsin@yahoo.no>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Carpetsmoker/find-cursor"
|
homepage="https://github.com/Carpetsmoker/find-cursor"
|
||||||
distfiles="https://github.com/Carpetsmoker/find-cursor/archive/v${version}.tar.gz"
|
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
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue