1 # Template file for 'eza'
6 hostmakedepends="pkg-config"
7 makedepends="libgit2-1.8-devel"
8 short_desc="Modern, maintained replacement for ls"
9 maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
11 homepage="https://eza.rocks"
12 changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
13 distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz
14 https://github.com/eza-community/eza/releases/download/v${version}/man-${version}.tar.gz"
15 checksum="bf7c30789be7866a36fda9d2b1bb351f41675f4c8bb8c89e7ff85619cc894bfa
16 da934afe5b95c80097667057d9c1b901e3a2748db0a966b1f230c0e5bc93bf35"
18 skip_extraction="man-${version}.tar.gz"
21 vsrcextract -C manpages --strip-components=3 man-${version}.tar.gz
25 vcompletion completions/bash/eza bash
26 vcompletion completions/fish/eza.fish fish
27 vcompletion completions/zsh/_eza zsh
29 for manpage in manpages/*; do
35 ln -s eza ${DESTDIR}/usr/bin/exa
39 depends="eza>=${version}_${revision}"
40 short_desc+=" - transitional dummy package"