No description
- Shell 83.5%
- Python 16.5%
| packages | ||
| scripts | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
NurOS Core Packages
Package build recipes for the NurOS Juldyz edition.
Note
Repository Mirrors
- git.nuros.org (pkgs/core): primary, self hosted Forgejo instance, accounts restricted to the core team.
- GitHub (NurOS-Linux/pkgs-core): mirror for external contributors. Issues and Pull Requests opened here are welcome and are reviewed and processed by the core team.
Overview
This repository contains official package build recipes exclusively for the NurOS Juldyz edition.
All package recipes follow the PKGBUILD format. Packages are built into .apg packages using the apgbuild tool.
- git.nuros.org (utils/apgbuild): primary repository.
- GitHub (NurOS-Linux/apgbuild): mirror.
Repository Structure
Package recipes reside in the packages/ directory following this layout:
packages/
<package_name>/
files/
template/
packages/<package_name>/template/: contains the PKGBUILD recipe and build templates.packages/<package_name>/files/: contains additional source assets, configuration files, patches, and service files.
License
All package recipes in this repository are licensed under the MIT License unless stated otherwise.