Browse Source

add tidy support for linux

crazywhalecc 1 year ago
parent
commit
89afd44344
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/SPC/builder/linux/library/tidy.php

+ 12 - 0
src/SPC/builder/linux/library/tidy.php

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