mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
Merge pull request #2735 from diogoleal/clsync
New package: clsync-0.4.1
This commit is contained in:
commit
265bd862d9
1 changed files with 18 additions and 0 deletions
18
srcpkgs/clsync/template
Normal file
18
srcpkgs/clsync/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
:q# Template file for 'clsync'
|
||||||
|
pkgname=clsync
|
||||||
|
version=0.4.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
only_for_archs="x86_64 i686"
|
||||||
|
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"
|
||||||
|
homepage="http://ut.mephi.ru/oss/clsync"
|
||||||
|
distfiles="https://github.com/xaionaro/clsync/archive/v${version}.tar.gz"
|
||||||
|
checksum=3f14a72d7c3c1747ea908e373f25bd1918ce00450492fbb7094549db6bf21e27
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -i
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue