Added debian stuff & changed the build path to produce ncc-<version> in Makefile
This commit is contained in:
parent
8ce6c68d77
commit
3a52815213
7 changed files with 49 additions and 39 deletions
9
src/debian/changelog
Normal file
9
src/debian/changelog
Normal file
|
@ -0,0 +1,9 @@
|
|||
ncc (2.0.0) unstable; urgency=medium
|
||||
|
||||
* New major release.
|
||||
* Various changes and improvements.
|
||||
* Updated to be compatible with PHP 8.0+.
|
||||
* Added support for package management.
|
||||
* Enhancements to the compiler and toolkit.
|
||||
|
||||
-- netkas <netkas@nosial.net> Tue, 04 Oct 2023 21:24:00 +0000
|
9
src/debian/control
Normal file
9
src/debian/control
Normal file
|
@ -0,0 +1,9 @@
|
|||
Package: ncc
|
||||
Version: 2.0.0
|
||||
Architecture: any
|
||||
Maintainer: netkas <netkas@nosial.net>
|
||||
Homepage: https://git.n64.cc/nosial/ncc
|
||||
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.
|
8
src/debian/copyright
Normal file
8
src/debian/copyright
Normal file
|
@ -0,0 +1,8 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: ncc
|
||||
Upstream-Contact: netkas <netkas@nosial.net>
|
||||
Source: https://git.n64.cc/nosial/ncc
|
||||
|
||||
Files: *
|
||||
Copyright: 2022-2023 Nosial - All Rights Reserved.
|
||||
License: MIT
|
Loading…
Add table
Add a link
Reference in a new issue