Add pkgit as an Alternative for Package Managers (#1222)

### Description of Changes

pkgit's CONTRIBUTING.MD does not allow AI-generated code to be submitted to the project.

Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1222
Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
Takoda 2026-08-15 09:44:26 +02:00 committed by Ethical FOSS admin
commit 66ec42ce21

View file

@ -1436,6 +1436,7 @@ This is a section for repos that are similar to this one either because they are
> For most operating systems, there should be a default package manager provided to you (e.g. `apt`). You may consider using this, or you can consider a manual installation of the software you choose. There's also the option of compiling from source. Cross-platform alternatives include:
>
> * [pkgsrc](https://pkgsrc.org/) - A framework for managing third-party software on UNIX-like systems. Used by default on [NetBSD](https://www.netbsd.org/) and [SmartOS](https://wiki.smartos.org/), but also available on Linux, macOS, and illumos.
> * [pkgit](https://git.symlinx.net/pkgit/about/) [![Anti-AI Policy](./badges/anti-ai-policy.svg)](#anti-ai-policy) ([1](https://git.symlinx.net/pkgit/tree/CONTRIBUTING.md)) - A package manager that compiles and installs packages directly from their git repository.
>
> If you have any other suggestions for package managers with a "No AI" policy, please feel free to open a PR.