Skip to content

Commit

Permalink
Merge pull request #99 from cafkafk/cafkdev-snap
Browse files Browse the repository at this point in the history
fix: update snapscraft.yaml
  • Loading branch information
cafkafk authored Jul 31, 2023
2 parents cf8f9cd + 1c17cd6 commit 023a7c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: exa
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. exa is written in Rust, so it’s small, fast, and portable.
tree view. eza is written in Rust, and it’s small, fast, and portable.
grade: stable
confinement: classic

apps:
exa:
command: exa
eza:
command: eza

parts:
exa:
eza:
plugin: rust
source: .
stage-packages:
Expand Down

0 comments on commit 023a7c3

Please sign in to comment.