eza/snap/snapcraft.yaml
Christina Sørensen 0b2128e812 fix(snap): fix snapcraft.yaml formatting
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-12 08:41:04 +01:00

29 lines
837 B
YAML

name: eza
base: core22
version: 'latest'
summary: Replacement for 'ls' written in Rust
description: |
It uses colours for information by default, helping you distinguish between
many types of files, such as whether you are the owner, or in the owning
group. It also has extra features not present in the original ls, such as
viewing the Git status for a directory, or recursing into directories with a
tree view. eza is written in Rust, and it's small, fast, and portable.
issues: https://github.com/eza-community/eza/issues
source-code: https://github.com/eza-community/eza
contact: christina@cafkafk.com
website: https://eza.rocks/
license: MIT
grade: stable
confinement: classic
apps:
eza:
command: eza
parts:
eza:
plugin: rust
source: .
stage-packages:
- libgit2-24
- cmake
- libz-dev