void-packages/srcpkgs/exa/template
Aluísio Augusto Silva Gonçalves a6e85254b2 exa: update to 0.9.0.
2019-07-30 08:36:39 +02:00

20 lines
630 B
Bash

# Template file for 'exa'
pkgname=exa
version=0.9.0
revision=1
build_style=cargo
hostmakedepends="cmake"
makedepends="libgit2-devel"
short_desc="Modern replacement for ls"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://the.exa.website/"
distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz"
checksum=@facbe3b234f403e1e1919f28f009f1733a0fbbbb11f0bc2ba89ac3eba11bc5e8
post_install() {
vman contrib/man/exa.1
vinstall contrib/completions.bash 0644 usr/share/bash-completion/completions exa
vinstall contrib/completions.zsh 0644 usr/share/zsh/site-functions _exa
vlicense LICENCE
}