https://github.com/jean0t/archon
A minimalist low level package manager for your linux, compatible with all linux distros due to the use of POSIX.
https://github.com/jean0t/archon
bash posix-sh shell shell-script
Last synced: 4 months ago
JSON representation
A minimalist low level package manager for your linux, compatible with all linux distros due to the use of POSIX.
- Host: GitHub
- URL: https://github.com/jean0t/archon
- Owner: jean0t
- Created: 2024-05-26T02:40:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T19:35:57.000Z (over 1 year ago)
- Last Synced: 2025-02-28T22:41:13.238Z (over 1 year ago)
- Topics: bash, posix-sh, shell, shell-script
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ARCHON PACKAGE MANAGER
A minimalist low level package manager for your linux
Created entirely in Bourne Shell, it is guarateed portability with all unix systems.
Manipulates its own extension `.archon`
Wants to create your own linux distro and want a low level package manager with its custom type of package? Why not use Archonpkg? It offers all you need to install packages, from creating to installing.
## How to use
### creating a package
You use the command:
```
createpkg -c --.archon
```
### installing a package
you use the command:
```
installpkg -i .archon
```
## Creator: Jean0t