From 66ec42ce217db28889edbfc4dd24f34144c028eb Mon Sep 17 00:00:00 2001 From: Takoda Date: Sat, 15 Aug 2026 09:44:26 +0200 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a3c3d6..7e21a0b 100644 --- a/README.md +++ b/README.md @@ -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.