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'
|
||||
pkgname=peshming
|
||||
version=0.4.0
|
||||
version=0.5.0
|
||||
revision=1
|
||||
wrksrc="peshming"
|
||||
build_style=cargo
|
||||
|
@ -10,15 +10,26 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|||
license="AGPL-3.0-only"
|
||||
homepage="https://git.jcg.re/jcgruenhage/peshming"
|
||||
distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz"
|
||||
checksum=fd2d3eae35746f513006a34757d00e50d15042df54187f886c553e748985319d
|
||||
checksum=9b737124e38d4dc6ac91f0e8bc07aab4d5acbbb019c544feb1aa92d6ab0ea8c5
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="missing AtomicU64";;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
export PESHMING_MAN_DIR=man
|
||||
export PESHMING_COMPLETIONS_DIR=completions
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
vsconf config.toml.sample
|
||||
|
||||
vcompletion "completions/_peshming" zsh
|
||||
vcompletion "completions/peshming.fish" fish
|
||||
vcompletion "completions/peshming.bash" bash
|
||||
|
||||
vman "man/peshming.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue