60 lines
1.6 KiB
YAML
60 lines
1.6 KiB
YAML
---
|
|
document: modulemd
|
|
version: 1
|
|
data:
|
|
name: systemtools
|
|
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:
|
|
# clashes with bootstrap
|
|
# base-runtime: f26
|
|
common-build-dependencies: f26
|
|
shared-userspace: f26
|
|
perl: f26
|
|
# ouch, needed for nano (groff and deps)
|
|
bootstrap: f26
|
|
requires:
|
|
base-runtime: f26
|
|
shared-userspace: f26
|
|
references:
|
|
community: https://fedoraproject.org/wiki/Modularity
|
|
documentation: https://github.com/modularity-modules/systemtools
|
|
tracker: https://github.com/modularity-modules/systemtools
|
|
profiles:
|
|
default:
|
|
rpms:
|
|
- calc
|
|
- dateutils
|
|
- gcal
|
|
- nano
|
|
filter:
|
|
rpms:
|
|
- calc-devel
|
|
api:
|
|
rpms:
|
|
- calc
|
|
- dateutils
|
|
- gcal
|
|
- nano
|
|
components:
|
|
rpms:
|
|
calc:
|
|
rationale: command-line calculator.
|
|
ref: f26
|
|
dateutils:
|
|
rationale: command-line date and time math.
|
|
ref: f26
|
|
gcal:
|
|
rationale: better command-line calendar utility.
|
|
ref: f26
|
|
nano:
|
|
rationale: like Canada for editor wars.
|
|
ref: f26
|