void-packages/srcpkgs/clsync/template
2019-07-09 19:08:22 +02:00

19 lines
555 B
Bash

# Template file for 'clsync'
pkgname=clsync
version=0.4.3
revision=1
archs="x86_64 i686 ppc64le"
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="glib-devel"
short_desc="File live sync daemon based on inotify/kqueue/bsm"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3.0-or-later"
homepage="http://ut.mephi.ru/oss/clsync"
distfiles="https://github.com/xaionaro/clsync/archive/v${version}.tar.gz"
checksum=8739cfec609258c9bdeda8fbed60ab80941f0e82fc292af6c9a9ae538c49a613
pre_configure() {
autoreconf -i
}