parent
e774b06582
commit
c4537906fb
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'exa'
|
# Template file for 'exa'
|
||||||
pkgname=exa
|
pkgname=exa
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
|
@ -14,7 +14,8 @@ checksum=@facbe3b234f403e1e1919f28f009f1733a0fbbbb11f0bc2ba89ac3eba11bc5e8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman contrib/man/exa.1
|
vman contrib/man/exa.1
|
||||||
vinstall contrib/completions.bash 0644 usr/share/bash-completion/completions exa
|
vcompletion contrib/completions.bash bash
|
||||||
vinstall contrib/completions.zsh 0644 usr/share/zsh/site-functions _exa
|
vcompletion contrib/completions.fish fish
|
||||||
|
vcompletion contrib/completions.zsh zsh
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue