Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/truncateddinosour/bean

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/bean] [wip] a package manager in pure c
https://github.com/truncateddinosour/bean

bean c c89 chroot linux makefile mount package package-manager

Last synced: about 12 hours ago
JSON representation

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/bean] [wip] a package manager in pure c

Awesome Lists containing this project

README

        

# This repository has been migrated to the self-hosted ari-web Forgejo instance:
# bean

> [wip] a package manager in pure c

## this is a work in progress project, do not use it

# building

```sh
$ make -j "$(nproc)"
```

\*`nproc` just shows your thread count, u can always just `-j n` where n is your thread count, e.g. `-j 12`