- Added package architecture checking

- Added an installed package info updater system (can add new fields to installed packages like "architecture" and check for other errors
- Moved test packages under a x86_64 subfolder
This commit is contained in:
2024-03-26 21:50:17 +02:00
parent b67f357996
commit 49b1554103
17 changed files with 856 additions and 30 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,5 @@
name: bpm-utils
description: Utilities to create BPM packages
version: 1.0.0
architecture: x86_64
type: binary
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,5 @@
name: bpm
description: The Bubble Package Manager
version: 0.0.5
version: 0.0.6
architecture: x86_64
type: binary
@@ -1,4 +1,5 @@
name: hello
description: A simple hello world program
version: 1.0
architecture: x86_64
type: binary