From e16ce46a5a711a5ac8ea37df7a79c01e5f95e214 Mon Sep 17 00:00:00 2001 From: Paper Date: Tue, 4 Aug 2020 17:38:04 +0200 Subject: [PATCH] syncthing-inotify: remove package --- srcpkgs/syncthing/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index acc4df3ecd9..2608d0dee18 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -75,3 +75,9 @@ syncthing-discosrv_package() { vman man/stdiscosrv.1 } } + +syncthing-inotify_package() { + build_style=meta + short_desc="Inotify file watcher for Syncthing (transitional dummy package)" + depends="${sourcepkg}>=${version}_${revision}" +}