Additional improvements to the debian build + a setup command built into ncc

This commit is contained in:
Netkas 2023-10-06 05:18:24 -04:00
parent 5b57f12365
commit b102089d80
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
6 changed files with 156 additions and 4 deletions

View file

@ -11,7 +11,7 @@ Vcs-Git: https://git.n64.cc/nosial/ncc.git
Vcs-Browser: https://git.n64.cc/nosial/ncc
Name: Nosial Code Compiler
Architecture: all
Depends: php (>= 8.0), php-mbstring, php-common, php-ctype, php-curl, zlib1g, php-zip
Depends: shared-mime-info, php (>= 8.0), php-mbstring, php-common, php-ctype, php-curl, zlib1g, php-zip
Description: Nosial Code Compiler is a multi-purpose compiler, package manager, and toolkit written in PHP.
NCC (Nosial Code Compiler) is a versatile tool designed for various tasks related to PHP development.
It allows you to compile PHP code, manage packages, and perform various tasks in a PHP-centric environment.