No description
  • Shell 83.5%
  • Python 16.5%
Find a file
2026-09-07 07:26:30 +05:00
packages helix: add initial package recipe (25.07.1-1) 2026-09-07 07:26:30 +05:00
scripts scripts: bump.py: resolve Repology projects via provides aliases 2026-09-06 22:07:35 +05:00
.gitignore glibc: init (2.44-1) 2026-09-06 18:30:35 +05:00
LICENSE initial commit 2026-09-06 17:33:27 +05:00
README.md initial commit 2026-09-06 17:33:27 +05:00

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.

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.