vp-build/srcpkgs/lsd/template

22 lines
664 B
Bash

# Template file for 'lsd'
pkgname=lsd
version=0.23.0
revision=1
build_style=cargo
short_desc="Next gen ls command with lots of pretty colors and awesome icons"
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=0ce6582745b5364fdb4052954d24f6a211af616061d1454583e68f3366f6496e
conflicts="disputils"
export SHELL_COMPLETIONS_DIR="${wrksrc}"
post_install() {
vcompletion lsd.bash bash
vcompletion lsd.fish fish
vcompletion _lsd zsh
}