Skip to content
/ dcspkg Public

A package manager designed for use on DCS systems

License

Notifications You must be signed in to change notification settings

UWCS/dcspkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df662ea · Sep 1, 2023
Sep 1, 2023
Apr 10, 2023
Dec 30, 2022
Aug 28, 2023
Dec 18, 2022
Sep 5, 2022
Sep 1, 2023
Sep 1, 2023
Dec 22, 2022
Mar 12, 2023
Dec 22, 2022
Dec 22, 2022
Sep 12, 2022

Repository files navigation

dcspkg

GitHub Workflow Status (with branch)

dcspkg is a simple package manager, designed for used on DCS systems, or any system where packages cannot be installed as root. It fetches packages containing precompiled binaries from a server, and then installs them under your home directory.

Documentation

This repo is a cargo workspace containing three crates:

  • dcspkg, the CLI package manager
  • dcspkg_server, the package server
  • dcspkg_create, a helper tool for creating .dcspkg archives

See the tech team wiki page for full documentation: https://techteam.uwcs.co.uk/en/apps/dcspkg

Contributing

Contributions are welcome and encouraged. Check out the issues for things that we've noted need working on.