add edant/watcher, to make spc-packages easier

This commit is contained in:
DubbleClick
2025-06-13 22:51:35 +07:00
parent b265d6dd56
commit 962de5b25f
6 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class watcher extends LinuxLibraryBase
{
use \SPC\builder\unix\library\watcher;
public const NAME = 'watcher';
}