mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
be927a5604
commit
baa5ab7f25
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mercurial'
|
# Template file for 'mercurial'
|
||||||
pkgname=mercurial
|
pkgname=mercurial
|
||||||
version=5.3.2
|
version=5.3.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools python3-devel"
|
hostmakedepends="python3 python3-setuptools python3-devel"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
@ -18,7 +18,7 @@ post_install() {
|
||||||
vman $i
|
vman $i
|
||||||
done
|
done
|
||||||
vinstall contrib/bash_completion 644 \
|
vinstall contrib/bash_completion 644 \
|
||||||
usr/share/bash-completion/completions/hg
|
usr/share/bash-completion/completions hg
|
||||||
vinstall contrib/zsh_completion 644 \
|
vinstall contrib/zsh_completion 644 \
|
||||||
usr/share/zsh/site-functions/_hg
|
usr/share/zsh/site-functions _hg
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue