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
- Host: GitHub
- URL: https://github.com/albertodonato/metapackages
- Owner: albertodonato
- License: apache-2.0
- Created: 2024-01-10T10:03:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T12:15:39.000Z (11 months ago)
- Last Synced: 2025-02-17T12:26:29.199Z (11 months ago)
- Topics: arch, deb, debian, packaging
- Language: Python
- Homepage:
- Size: 70.3 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.