Initial module
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
3743c724e3
commit
0d9e72263e
1 changed files with 33 additions and 0 deletions
33
fish.yaml
Normal file
33
fish.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Friendly interactive shell
|
||||
description: >-
|
||||
fish is a fully-equipped command line shell (like bash or zsh) that is
|
||||
smart and user-friendly. fish supports powerful features like syntax
|
||||
highlighting, autosuggestions, and tab completions that just work, with
|
||||
nothing to learn or configure.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
ninja: []
|
||||
requires:
|
||||
platform: []
|
||||
references:
|
||||
community: https://fishshell.com/
|
||||
documentation: https://fishshell.com/docs/current/index.html
|
||||
tracker: https://github.com/fish-shell/fish-shell/issues
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- fish
|
||||
api:
|
||||
rpms:
|
||||
- fish
|
||||
components:
|
||||
rpms:
|
||||
fish:
|
||||
rationale: Main component.
|
||||
ref: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue