add imagick for linux

This commit is contained in:
crazywhalecc
2023-05-17 22:08:13 +08:00
parent db3728bc00
commit 125556b73b
4 changed files with 75 additions and 48 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
/**
* a template library class for unix
*/
class imagemagick extends LinuxLibraryBase
{
use \SPC\builder\unix\library\imagemagick;
public const NAME = 'imagemagick';
}