Skip to content

exa

Modern replacement for ls

exa is a modern replacement for ls.

terminal

https://github.com/ogham/exa

amd64 armhf

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install exa

sudo apt install exa

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    exa=0.10.1*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      exa=0.10.1*

Download URLs

Version SHA256 Size (KB)
0.10.1 3081e5dbb567b838b93bb51e72e4dd755414a7d666235fab6de10e0d4f84730f 579
Version SHA256 Size (KB)
0.10.1 d2c73a4fcd0da6addf33a87456689e11c27a876448cffdcad712c80f8108053e 469

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

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/exa.svg)](https://docs.wakemeops.com/packages/exa)
<a href="https://docs.wakemeops.com/packages/exa">
  <img src="https://docs.wakemeops.com/badges/exa.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/exa.svg
:target: https://docs.wakemeops.com/packages/exa