Files
static-php-cli/src/SPC/builder/freebsd/library/pkgconfig.php

16 lines
252 B
PHP
Raw Normal View History

2023-10-15 13:07:13 +08:00
<?php
declare(strict_types=1);
namespace SPC\builder\freebsd\library;
/**
* gmp is a template library class for unix
*/
class pkgconfig extends BSDLibraryBase
{
use \SPC\builder\unix\library\pkgconfig;
public const NAME = 'pkg-config';
}