add bz2,curl support

This commit is contained in:
crazywhalecc
2023-10-15 17:17:42 +08:00
committed by Jerry Ma
parent 6277539a79
commit b6c0b998b3
2 changed files with 33 additions and 0 deletions

View File

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