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
- Host: GitHub
- URL: https://github.com/albertodonato/metapackages
- Owner: albertodonato
- License: apache-2.0
- Created: 2024-01-10T10:03:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T19:22:36.000Z (7 months ago)
- Last Synced: 2025-11-29T00:59:47.900Z (7 months ago)
- Topics: arch, deb, debian, packaging
- Language: Python
- Homepage: https://repo.albertodonato.net
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.