### this file is sourced not run
PKGVER=2.3.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=lsyncd-$PKGVER.tar.gz
MD5SUM=92a79d2f1d7bab0e7acfcaf596fb2c74
SRC_URL=https://github.com/lsyncd/lsyncd/archive/refs/tags/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ='lua' # 
SLACKDESC="lsyncd: lsyncd $PKGVER (Filesystem mirroring)  
lsyncd:  
lsyncd: Lsyncd watches a local directory trees event monitor interface 
lsyncd: (inotify or fsevents). It aggregates and combines events for a few 
lsyncd: seconds and then spawns one (or more) process(es) to synchronize the 
lsyncd: changes. By default this is rsync. Lsyncd is thus a light-weight live 
lsyncd: mirror solution that is comparatively easy to install not requiring 
lsyncd: new filesystems or blockdevices and does not hamper local filesystem.  
lsyncd: 
lsyncd: https://github.com/axkibe/lsyncd
lsyncd: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_cmake &&
	pkg_build_slackdesc
}
