d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
20 lines
627 B
Bash
20 lines
627 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="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|