dwatch/package.yml
Alexander Zhirov 9b54fbcd45
All checks were successful
Build / Build project (push) Successful in 1m21s
0.0.14
2025-11-21 16:10:45 +03:00

31 lines
1.1 KiB
YAML

name : dwatch
version : 0.0.14
release : 7
source :
- https://git.zhirov.kz/dwatch/dwatch/archive/0.0.14.tar.gz : c3d2cc0e2c486f23a41a3d32f2b6692d1bd8603362c61dcafa2acf22e28bd715
homepage : https://git.zhirov.kz/dwatch/dwatch
license : BSL-1.0
component : system.utils
summary : Monitoring changes in text files.
description: |
Monitoring changes in text files.
networking : yes
builddeps :
- git
- ldc
- dub
- pkgconfig(xdiff)
- pkgconfig(wildmatch)
- pkgconfig(sqlite3)
setup : |
%apply_patches
build : |
dub build --build=release
install : |
install -Dm00755 bin/dwatch -t ${installdir}/usr/bin
# Ссылка на сервис демона
ln -sf dwatch ${installdir}/usr/bin/dwatchd
install -Dm00644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatch
install -Dm00644 $pkgfiles/dwatchd.service -t ${installdir}/usr/lib/systemd/system
install -Dm00644 $pkgfiles/dwatch.tmpfiles $installdir/%libdir%/tmpfiles.d/dwatch.conf
install -Dm00644 files/dwatch.sh $installdir/usr/share/bash-completion/completions/dwatch