APGBuild is a package build system for NurOS Linux, designed to provide efficient and reliable package management capabilities.
- Fast and efficient package building
- Written primarily in C++ for optimal performance
- Shell script integration for system tasks
- Compatible with NurOS Linux ecosystem
- C++ compiler (GCC/Clang)
- Basic development tools
- NurOS Linux environment
# Clone the repository
git clone https://github.com/NurOS-Linux/apgbuild.git
# Navigate to the project directory
cd apgbuild
# Build
chmod +x build.sh
./build.sh
# Install
sudo cp apgbuild /usr/local/bin
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or run into issues, please:
- Check existing GitHub Issues
- Create a new issue if necessary
- NurOS Linux Team
- All contributors who help make this project better
Made with ❤️ for NurOS Linux