dwatch/package.yml
Alexander ab4c81e003
Some checks failed
Build / Build project (push) Failing after 29s
Сборка из тега
2025-11-19 20:10:00 +03:00

30 lines
1.1 KiB
YAML

name : dwatch
version : 0.0.13
release : 6
source :
- https://git.zhirov.kz/dwatch/dwatch/archive/0.0.13.tar.gz : 19fe4e8d7d010c7da76c0f168b8387f50f282ee5f72aa07e3458f5fe2d060f59
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 :
- 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