Kaynağa Gözat

fix: Snap requires a base

Jonathan 2 yıl önce
ebeveyn
işleme
31e0193364
2 değiştirilmiş dosya ile 8 ekleme ve 3 silme
  1. 0 1
      snap/.gitignore
  2. 8 2
      snap/snapcraft.yaml

+ 0 - 1
snap/.gitignore

@@ -1 +0,0 @@
-.snapcraft

+ 8 - 2
snap/snapcraft.yaml

@@ -1,4 +1,5 @@
 name: eza
+base: core22
 version: 'latest'
 summary: Replacement for 'ls' written in Rust
 description: |
@@ -6,7 +7,12 @@ description: |
   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.
+  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:
@@ -19,4 +25,4 @@ parts:
     stage-packages:
       - libgit2-24
       - cmake
-      - libz-dev
+      - libz-dev