Binary only package manager
Find a file
2024-05-19 19:35:14 +01:00
.gitignore initial commit 2024-05-19 18:51:24 +01:00
LICENSE initial commit 2024-05-19 18:51:24 +01:00
Makefile initial commit 2024-05-19 18:51:24 +01:00
README.md update readme 2024-05-19 19:35:14 +01:00
sup.1 initial commit 2024-05-19 18:51:24 +01:00
sup.c initial commit 2024-05-19 18:51:24 +01:00
sup.h initial commit 2024-05-19 18:51:24 +01:00

sup

sup(System Utilities Packager) is a package manager that is for system utilities software.

Dependencies

  • gcc
  • curl

Building

You will need to run these with elevated privilages.

$ make 
# make install

Contributions

Contributions are welcomed, feel free to open a pull request.

License

This project is licensed under the GNU Public License v3.0. See LICENSE for more information.