lsyncd: Fix run file, adopt the package

This commit is contained in:
Kyle Nusbaum 2019-09-17 14:07:33 -05:00 committed by Helmut Pozimski
parent 4d8b85bfed
commit 0910070ef6
3 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec logger -t lsyncd -p 'daemon.info'

View file

@ -1,4 +1,3 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
exec 1>&2
exec lsyncd "${CONF_FILE:-'/etc/lsyncd/lsyncd.conf.lua'}"
exec lsyncd -nodaemon "${CONF_FILE:-/etc/lsyncd/lsyncd.conf.lua}"

View file

@ -1,14 +1,14 @@
# Template file for 'lsyncd'
pkgname=lsyncd
version=2.2.3
revision=1
revision=2
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>"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/axkibe/lsyncd"
distfiles="https://github.com/axkibe/lsyncd/archive/release-${version}.tar.gz"