mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
20 lines
321 B
YAML
20 lines
321 B
YAML
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.
|
|
|
|
license: Apache-2.0
|
|
architectures:
|
|
- amd64
|
|
- i386
|
|
grade: stable
|
|
confinement: strict
|
|
|
|
parts:
|
|
lsd:
|
|
plugin: rust
|
|
source: ./
|
|
|
|
apps:
|
|
lsd:
|
|
command: bin/lsd
|