exa
Modern replacement for ls
exa is a modern replacement for ls.
amd64 armhf
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install exa
Snippets
Download URLs
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for exa are versionned here.
Click here to see exa ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/exa/ops2deb.yml
- name: exa
version: 0.10.1
revision: "3"
homepage: https://github.com/ogham/exa
summary: modern replacement for 'ls'
description: exa is a modern replacement for ls.
fetch: https://github.com/ogham/exa/releases/download/v{{version}}/exa-linux-x86_64-v{{version}}.zip
script:
- mv bin/exa {{src}}/usr/bin/exa
- name: exa
version: 0.10.1
revision: "3"
architecture: armhf
homepage: https://github.com/ogham/exa
summary: modern replacement for 'ls'
description: exa is a modern replacement for ls.
fetch:
url: https://github.com/ogham/exa/releases/download/v{{version}}/exa-linux-{{target}}-v{{version}}.zip
targets:
amd64: x86_64
armhf: armv7
script:
- mv bin/exa {{src}}/usr/bin/exa
The blueprint fetch
keyword contains a URL template pointing to exa releases. Downloaded files are locked in a lockfile versionned here.
Click here to see exa release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/exa/ops2deb.lock.yml
- url: https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-armv7-v0.10.1.zip
sha256: f515ad4f1c9b92754bc26575e53f88f060c84d9b46794d303abc957093f7e9c3
timestamp: 2022-02-02 22:48:21+00:00
- url: https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-x86_64-v0.10.1.zip
sha256: a65a87bd545e969979ae9388f6333167f041a1f09fa9d60b32fd3072348ff6ce
timestamp: 2021-12-14 15:37:09+00:00