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

https://github.com/albertodonato/metapackages

Script to build distribution metapackages and a repository for them
https://github.com/albertodonato/metapackages

arch deb debian packaging

Last synced: about 2 months ago
JSON representation

Script to build distribution metapackages and a repository for them

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.