mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 15:20:58 +00:00
26 lines
654 B
YAML
26 lines
654 B
YAML
|
name: exa
|
|||
|
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. exa is written in Rust, so it’s small, fast, and portable.
|
|||
|
|
|||
|
grade: stable
|
|||
|
confinement: classic
|
|||
|
|
|||
|
apps:
|
|||
|
exa:
|
|||
|
command: exa
|
|||
|
|
|||
|
parts:
|
|||
|
exa:
|
|||
|
plugin: rust
|
|||
|
source: .
|
|||
|
stage-packages:
|
|||
|
- libgit2-24
|
|||
|
- cmake
|
|||
|
- libz-dev
|