#manager #matuush-os #metadata

bin+lib mtos-pm

Package manager for MatuushOS

4 releases (2 breaking)

0.3.0 Apr 4, 2024
0.2.1 Jan 19, 2024
0.1.1 Dec 3, 2023
0.1.0 Dec 3, 2023

#227 in Operating systems

Download history 3/week @ 2024-01-14 63/week @ 2024-02-11 7/week @ 2024-02-18 23/week @ 2024-02-25 123/week @ 2024-03-31 13/week @ 2024-04-07

136 downloads per month

GPL-3.0-only

16KB
287 lines

An package manager for MatuushOS, whatever/Linux, MacOS, Windows, Android, ...

pipeline status Latest Release coverage report

Features:

  • Simple
  • Fucking fast
  • Its functionality can be used anywhere

Example build script

[metadata]
name = "hello"
version = 0.0
dependencies = [""]
proprietary = false
source = "https://github.com/mrsarm/helloworld-c/commit/54ddce13885d4dcff1e197fcd8d764af0353c5e5.tar.gz"
license = "NONE"

[steps]
prepare = ["tar -xvf 54ddce13885d4dcff1e197fcd8d764af0353c5e5"]
build = ["cmake .", "make -j$(nproc)"]
install = [""]

TODO:

  • Make basic functionality (installing/uninstalling package) work

  • Make parsing build command arguments work.

  • Make an OS with this, powered by MUSL, perfectly hardened Linux kernel and with majority of binaries written in Rust.

How to get support?

Mail me here.

Dependencies

~3–4MB
~75K SLoC