Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elcuervo/rpm
https://github.com/elcuervo/rpm
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elcuervo/rpm
- Owner: elcuervo
- Created: 2014-06-20T15:45:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T23:54:22.000Z (about 9 years ago)
- Last Synced: 2023-04-10T15:48:57.408Z (over 1 year ago)
- Language: Shell
- Size: 156 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpm
Is a Ruby Package Manager following the path of [`dep`](https://github.com/cyx/dep) and [`rep`](https://github.com/frodsan/rep) only that it's entirely written in bash.
It only expects a `.gems` file (or any given name during install) to install only the missing dependencies.## Install
```bash
./configure
make install
```## Commands
```bash
rpm add cuba:3.1.1 ohm:2.0.0
``````bash
rpm install
```## Internal dependencies
This is just a bunch of bash scripts, inside `rpm` you'll find use of `ruby`, `gem`, `comm`, `sed`.