From b575bf8817bb3cbac69cd1a60444a91094df769d Mon Sep 17 00:00:00 2001 From: S Uddin Date: Thu, 18 Dec 2025 12:03:08 +0000 Subject: [PATCH 1/2] Add Glochidia Package Manager (gpm) to mod store - CLI tool for installing static binaries on ZimaOS - Provides make, git, nano, starship, fastfetch and more - All binaries statically linked with musl for embedded systems - Repository: https://github.com/uairhahs/glochidia --- mod.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod.json b/mod.json index 22b8e39..f9b33d9 100644 --- a/mod.json +++ b/mod.json @@ -23,5 +23,10 @@ "name": "manticore", "title": "manticore", "repo": "IceWhaleTech/manticore" + }, + { + "name": "gpm", + "title": "Glochidia Package Manager", + "repo": "uairhahs/glochidia" } ] From 6b8ace99bae655d52ed35f0df138d17cabfcbfda Mon Sep 17 00:00:00 2001 From: S Uddin Date: Thu, 18 Dec 2025 12:11:57 +0000 Subject: [PATCH 2/2] feat: add Glochidia Package Manager to mod store --- mod-v2.json | 5 +++++ mod.json | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mod-v2.json b/mod-v2.json index 68ad055..b9587d9 100644 --- a/mod-v2.json +++ b/mod-v2.json @@ -50,5 +50,10 @@ "name":"mobile_backup", "title": "Mobile Backup", "self_hosted_url":"https://casaos.oss-cn-shanghai.aliyuncs.com/IceWhaleTech/icewhale_backup/releases/download/mobile_backup.json" + }, + { + "name": "gpm", + "title": "Glochidia Package Manager", + "url": "https://github.com/uairhahs/glochidia/releases/download/latest/gpm.raw" } ] diff --git a/mod.json b/mod.json index f9b33d9..22b8e39 100644 --- a/mod.json +++ b/mod.json @@ -23,10 +23,5 @@ "name": "manticore", "title": "manticore", "repo": "IceWhaleTech/manticore" - }, - { - "name": "gpm", - "title": "Glochidia Package Manager", - "repo": "uairhahs/glochidia" } ]