nxs-build-tools | Tools to create deb and rpm packages for your projects
kandi X-RAY | nxs-build-tools Summary
kandi X-RAY | nxs-build-tools Summary
nxs-build-tools is a Go library typically used in Debian applications. nxs-build-tools has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Tools to create deb and rpm packages for your projects
Tools to create deb and rpm packages for your projects
Support
Quality
Security
License
Reuse
Support
nxs-build-tools has a low active ecosystem.
It has 12 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
nxs-build-tools has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of nxs-build-tools is v1.1.0
Quality
nxs-build-tools has 0 bugs and 0 code smells.
Security
nxs-build-tools has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
nxs-build-tools code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
nxs-build-tools is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
nxs-build-tools releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed nxs-build-tools and discovered the below as its top functions. This is intended to give you an instant insight into nxs-build-tools implemented functionality, and help decide if they suit your requirements.
- parse command line flags
- main is the main function .
- Initialize the project context
- populateProject will populate all templates in the projectRoot directory
- copyDir copies src to dst .
- buildMakeOrig is used to build a tar file
- prepPrepSourceDir creates the source directory for the build .
- populateWalkTemplates creates a list of template files for the given path .
- Builds a deb package .
- buildPackageRpm builds a package
Get all kandi verified functions for this library.
nxs-build-tools Key Features
No Key Features are available at this moment for nxs-build-tools.
nxs-build-tools Examples and Code Snippets
No Code Snippets are available at this moment for nxs-build-tools.
Community Discussions
No Community Discussions are available at this moment for nxs-build-tools.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install nxs-build-tools
The nxs-build-tools is built on top of CMake project build system. So if you are already using CMake you may need to make additional settings to resolve possible conflicts.
If you need to place the project source code into separate directory within the project root (e.g. src/), set variable PROJECT_SRC_DIR to appropriate value (see details below).
For projects based on compiled programming languages make sure the binaries located within objs/ directory. Otherwise set variable PROJECT_BIN_DIR to appropriate value (see details below).
After the nxs-build-tools environment is prepared for the project you may build the packages.
Create the package directly from source code
Create the archive from source first and then build the deb or rpm package from this archive (useful for CI).
To make packages directly use the following command either from your project root or using --project-root arg:. where --build-name arg defines the appropriate build name from .proj-settings.yml. This will give you a deb package in the "builds/debian" directory within your project root directory.
This is the more correct way and may be used for following purposes:.
If your project has a separatid builds for different releases of the same OS (e.g. deb packages for Debian 8, Debian 9, Debian 10) and you have original files with same names (e.g. "some-project_0.0.1.orig.tar.xz"), but different md5 hash sum, you will not be able to upload your packages into deb repository. In this case you need to use same original file for every Debian build.
If your project uses CI/CD process (e.g. Gitlab CI). In this case (in addition to case above) you'll be able to make CI/CD process more effective and optimal due to separation into different stages.
If you need to place the project source code into separate directory within the project root (e.g. src/), set variable PROJECT_SRC_DIR to appropriate value (see details below).
For projects based on compiled programming languages make sure the binaries located within objs/ directory. Otherwise set variable PROJECT_BIN_DIR to appropriate value (see details below).
After the nxs-build-tools environment is prepared for the project you may build the packages.
Create the package directly from source code
Create the archive from source first and then build the deb or rpm package from this archive (useful for CI).
To make packages directly use the following command either from your project root or using --project-root arg:. where --build-name arg defines the appropriate build name from .proj-settings.yml. This will give you a deb package in the "builds/debian" directory within your project root directory.
This is the more correct way and may be used for following purposes:.
If your project has a separatid builds for different releases of the same OS (e.g. deb packages for Debian 8, Debian 9, Debian 10) and you have original files with same names (e.g. "some-project_0.0.1.orig.tar.xz"), but different md5 hash sum, you will not be able to upload your packages into deb repository. In this case you need to use same original file for every Debian build.
If your project uses CI/CD process (e.g. Gitlab CI). In this case (in addition to case above) you'll be able to make CI/CD process more effective and optimal due to separation into different stages.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page