mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
exa: update to 0.10.0; adopt
This commit is contained in:
parent
2d7a8bab2b
commit
33170aa31a
1 changed files with 19 additions and 10 deletions
|
@ -1,21 +1,30 @@
|
||||||
# Template file for 'exa'
|
# Template file for 'exa'
|
||||||
pkgname=exa
|
pkgname=exa
|
||||||
version=0.9.0
|
version=0.10.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config libgit2-devel"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
short_desc="Modern replacement for ls"
|
short_desc="Modern replacement for ls"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://the.exa.website/"
|
homepage="https://the.exa.website/"
|
||||||
distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz
|
||||||
checksum=@facbe3b234f403e1e1919f28f009f1733a0fbbbb11f0bc2ba89ac3eba11bc5e8
|
https://github.com/ogham/exa/releases/download/v${version}/exa-accoutrements-v${version}.zip"
|
||||||
|
checksum="27420f7b805941988399d63f388be4f6077eee94a505bf01c2fb0e7d15cbf78d
|
||||||
|
c1ab340af63e64bc3fd854c03f6161aa240a533e928688036a7d4544aecabc05"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mkdir -p accoutrements
|
||||||
|
mv ../man accoutrements/
|
||||||
|
mv ../completions accoutrements/
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman contrib/man/exa.1
|
vman accoutrements/man/exa.1
|
||||||
vcompletion contrib/completions.bash bash
|
vman accoutrements/man/exa_colors.5
|
||||||
vcompletion contrib/completions.fish fish
|
vcompletion completions/completions.bash bash
|
||||||
vcompletion contrib/completions.zsh zsh
|
vcompletion completions/completions.fish fish
|
||||||
|
vcompletion completions/completions.zsh zsh
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue