47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
---
|
|
document: modulemd
|
|
version: 1
|
|
data:
|
|
name: system-tools
|
|
summary: Provides the tools a general Linux user expects on the command line
|
|
description: As the modular server is attempting to start from an extrememly
|
|
small baseline, many of the tools one normally expects are not
|
|
provided by default. However, an evaluator of the modular OS
|
|
often needs these tools. At present, there is nowhere to get
|
|
them from, hence the need for this module.
|
|
license:
|
|
module:
|
|
- MIT
|
|
dependencies:
|
|
buildrequires:
|
|
bootstrap: master
|
|
requires:
|
|
platform: master
|
|
references:
|
|
community: https://docs.pagure.org/modularity/
|
|
tracker: https://github.com/modularity-modules/system-tools
|
|
profiles:
|
|
default:
|
|
rpms:
|
|
- calc
|
|
- dateutils
|
|
- gcal
|
|
filter:
|
|
rpms:
|
|
- calc-devel
|
|
api:
|
|
rpms:
|
|
- calc
|
|
- dateutils
|
|
- gcal
|
|
components:
|
|
rpms:
|
|
calc:
|
|
rationale: A command-line calculator.
|
|
ref: master
|
|
dateutils:
|
|
rationale: A command-line utility for date and time calculation.
|
|
ref: master
|
|
gcal:
|
|
rationale: A command-line calendar utility.
|
|
ref: master
|