Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/bean] [wip] a package manager in pure c
- Host: GitHub
- URL: https://github.com/truncateddinosour/bean
- Owner: TruncatedDinoSour
- License: gpl-3.0
- Archived: true
- Created: 2023-09-23T15:58:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T13:16:42.000Z (7 months ago)
- Last Synced: 2024-09-29T01:21:34.629Z (4 months ago)
- Topics: bean, c, c89, chroot, linux, makefile, mount, package, package-manager
- Language: C
- Homepage: https://git.ari.lt/ari/bean
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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`