summaryrefslogtreecommitdiffstats
path: root/.snapcraft.yaml
blob: e915a0ecd9b2878a3f39395ce31f032eec438287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: lsd
version: git
summary: A ls command with a lot of pretty colors.
description: lsd is a ls command including pretty icons based on nerd-font.

architectures:
  - amd64
grade: stable
confinement: strict

parts:
  lsd:
    plugin: rust
    source: ./

apps:
  lsd:
    command: bin/lsd
    plugs:
      - home
      - removable-media