summaryrefslogtreecommitdiffstats
path: root/.snapcraft.yaml
blob: 244ef6fa1276beae541644fd4bb6394f076bf767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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