parent
e774b06582
commit
c4537906fb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'exa'
|
||||
pkgname=exa
|
||||
version=0.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-devel"
|
||||
|
@ -14,7 +14,8 @@ 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
|
||||
vcompletion contrib/completions.bash bash
|
||||
vcompletion contrib/completions.fish fish
|
||||
vcompletion contrib/completions.zsh zsh
|
||||
vlicense LICENCE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue