mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
lsyncd: update to 2.3.1.
This commit is contained in:
parent
eb8419f071
commit
bd5681ae43
1 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lsyncd'
|
# Template file for 'lsyncd'
|
||||||
pkgname=lsyncd
|
pkgname=lsyncd
|
||||||
version=2.2.3
|
version=2.3.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="asciidoc lua53"
|
hostmakedepends="asciidoc lua53"
|
||||||
makedepends="lua53-devel"
|
makedepends="lua53-devel"
|
||||||
|
@ -11,12 +11,13 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/axkibe/lsyncd"
|
homepage="https://github.com/axkibe/lsyncd"
|
||||||
distfiles="https://github.com/axkibe/lsyncd/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/axkibe/lsyncd/archive/release-${version}.tar.gz"
|
||||||
checksum=7bcd0f4ae126040bb078c482ff856c87e61c22472c23fa3071798dcb1dc388dd
|
checksum=fc19a77b2258dc6dbb16a74f023de7cd62451c26984cedbec63e20ff22bcbdd8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman doc/manpage/lsyncd.1
|
vman docs/manpage/lsyncd.1
|
||||||
# Manpages are installed on the wrong path
|
# docs are installed on the wrong path
|
||||||
rm -rf "${DESTDIR}"/usr/man
|
rm -r "${DESTDIR}"/man1
|
||||||
|
vmkdir /usr/share/examples
|
||||||
|
mv "${DESTDIR}"/usr/doc/examples "${DESTDIR}"/usr/share/examples/lsyncd
|
||||||
vsv lsyncd
|
vsv lsyncd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue