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

https://github.com/albertodonato/metapackages

Repository with metapackages
https://github.com/albertodonato/metapackages

arch deb debian packaging

Last synced: 3 months ago
JSON representation

Repository with metapackages

Awesome Lists containing this project

README

          

# Repository with metapackages

This builds metapackages to automatically install all desired dependencies on a
Linux distribution.

Supported distributions:

- Arch Linux
- Ubuntu

## Dependencies
------------

Python dependencies for the script can be installed via

```bash
pip install -r requirements.txt
```

## Build

Packages and repository are built via

```bash
./repository build
```

Result is in the `repo/` directory.