system-tools/system-tools.yaml
2017-11-20 17:07:52 +01:00

57 lines
1.5 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: f27
requires:
platform: f27
references:
community: https://docs.pagure.org/modularity/
tracker: https://github.com/modularity-modules/system-tools
profiles:
default:
rpms:
- calc
- dateutils
- gcal
- mlocate
- screen
filter:
rpms:
- calc-devel
api:
rpms:
- calc
- dateutils
- gcal
- mlocate
- screen
components:
rpms:
calc:
rationale: A command-line calculator.
ref: f27
dateutils:
rationale: A command-line utility for date and time calculation.
ref: f27
gcal:
rationale: A command-line calendar utility.
ref: f27
mlocate:
rationale: A utility for finding files.
ref: f27
screen:
rationale: A screen manager supporting multiple logins on one terminal.
ref: f27