eza/snap/snapcraft.yaml
2023-09-18 23:23:44 +02:00

23 lines
652 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: eza
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 its small, fast, and portable.
grade: stable
confinement: classic
apps:
eza:
command: eza
parts:
eza:
plugin: rust
source: .
stage-packages:
- libgit2-24
- cmake
- libz-dev