mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eza: update to 0.18.13
This commit is contained in:
parent
072ac1a3dd
commit
db40b1d585
1 changed files with 13 additions and 6 deletions
|
@ -1,25 +1,32 @@
|
||||||
# Template file for 'eza'
|
# Template file for 'eza'
|
||||||
pkgname=eza
|
pkgname=eza
|
||||||
version=0.18.10
|
version=0.18.13
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pandoc pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
short_desc="Modern, maintained replacement for ls"
|
short_desc="Modern, maintained replacement for ls"
|
||||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://eza.rocks"
|
homepage="https://eza.rocks"
|
||||||
changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz
|
||||||
checksum=b0b59a7bdd7536941fac210ca25d30f904657f906aa2c01411fb390d4bdcd139
|
https://github.com/eza-community/eza/releases/download/v${version}/man-${version}.tar.gz"
|
||||||
|
checksum="679fd3b5b389553aa77a2bce496e8658848ef0f4624968fd1a330dbe92032438
|
||||||
|
73ef1ae9df7dd59d9cd470d94d874486c059a3dd332f565e9556cb5df869fc23"
|
||||||
|
|
||||||
|
skip_extraction="man-${version}.tar.gz"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
vsrcextract -C manpages --strip-components=3 man-${version}.tar.gz
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion completions/bash/eza bash
|
vcompletion completions/bash/eza bash
|
||||||
vcompletion completions/fish/eza.fish fish
|
vcompletion completions/fish/eza.fish fish
|
||||||
vcompletion completions/zsh/_eza zsh
|
vcompletion completions/zsh/_eza zsh
|
||||||
|
|
||||||
for manpage in eza.1 eza_colors.5 eza_colors-explanation.5; do
|
for manpage in manpages/*; do
|
||||||
pandoc --standalone -f markdown -t man man/${manpage}.md > ${manpage}
|
|
||||||
vman ${manpage}
|
vman ${manpage}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue