d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
23 lines
683 B
Bash
23 lines
683 B
Bash
# Template file for 'lsyncd'
|
|
pkgname=lsyncd
|
|
version=2.2.3
|
|
revision=1
|
|
wrksrc="${pkgname}-release-${version}"
|
|
build_style=cmake
|
|
hostmakedepends="asciidoc lua"
|
|
makedepends="lua-devel"
|
|
depends="rsync"
|
|
short_desc="Syncing Daemon that synchronizes local directories with remote targets"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/axkibe/lsyncd"
|
|
distfiles="https://github.com/axkibe/lsyncd/archive/release-${version}.tar.gz"
|
|
checksum=7bcd0f4ae126040bb078c482ff856c87e61c22472c23fa3071798dcb1dc388dd
|
|
|
|
post_install() {
|
|
vman doc/manpage/lsyncd.1
|
|
# Manpages are installed on the wrong path
|
|
rm -rf "${DESTDIR}"/usr/man
|
|
|
|
vsv lsyncd
|
|
}
|