Added debian build (WIP)

This commit is contained in:
Netkas 2023-10-06 02:48:32 -04:00
parent d3659cb51a
commit 5b57f12365
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
9 changed files with 83 additions and 57 deletions

View file

@ -1,3 +1,4 @@
Package: ncc
Source: ncc
Section: devel
Priority: optional
@ -8,10 +9,10 @@ Standards-Version: 4.5.1
Homepage: https://git.n64.cc/nosial/ncc
Vcs-Git: https://git.n64.cc/nosial/ncc.git
Vcs-Browser: https://git.n64.cc/nosial/ncc
Package: ncc
Architecture: any
Name: Nosial Code Compiler
Architecture: all
Depends: 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.