mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
peshming: update to 0.5.0.
This commit is contained in:
parent
47b841a89a
commit
dbb688fca0
1 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'peshming'
|
# Template file for 'peshming'
|
||||||
pkgname=peshming
|
pkgname=peshming
|
||||||
version=0.4.0
|
version=0.5.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="peshming"
|
wrksrc="peshming"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -10,15 +10,26 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://git.jcg.re/jcgruenhage/peshming"
|
homepage="https://git.jcg.re/jcgruenhage/peshming"
|
||||||
distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz"
|
distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz"
|
||||||
checksum=fd2d3eae35746f513006a34757d00e50d15042df54187f886c553e748985319d
|
checksum=9b737124e38d4dc6ac91f0e8bc07aab4d5acbbb019c544feb1aa92d6ab0ea8c5
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
ppc*) broken="missing AtomicU64";;
|
ppc*) broken="missing AtomicU64";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
export PESHMING_MAN_DIR=man
|
||||||
|
export PESHMING_COMPLETIONS_DIR=completions
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
vsconf config.toml.sample
|
vsconf config.toml.sample
|
||||||
|
|
||||||
|
vcompletion "completions/_peshming" zsh
|
||||||
|
vcompletion "completions/peshming.fish" fish
|
||||||
|
vcompletion "completions/peshming.bash" bash
|
||||||
|
|
||||||
|
vman "man/peshming.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue