lsd: update to 0.22.0 and adopt
This commit is contained in:
parent
d41155d4a1
commit
8607d2ad3d
1 changed files with 12 additions and 3 deletions
|
@ -1,12 +1,21 @@
|
|||
# Template file for 'lsd'
|
||||
pkgname=lsd
|
||||
version=0.20.1
|
||||
version=0.22.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Next gen ls command with lots of pretty colors and awesome icons"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/Peltoche/lsd"
|
||||
changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
|
||||
checksum=a2086aa049b8bd21c880f23b21b0e9ef21d3c3829d40641aa8810c08be936c19
|
||||
checksum=30ad1b1d014c7b6a2fca44c6de3b17198c84168d34fc946245d67094ebc0f7ed
|
||||
conflicts="disputils"
|
||||
|
||||
export SHELL_COMPLETIONS_DIR="${wrksrc}"
|
||||
|
||||
post_install() {
|
||||
vcompletion lsd.bash bash
|
||||
vcompletion lsd.fish fish
|
||||
vcompletion _lsd zsh
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue