asciinema: update to 3.2.0.
This commit is contained in:
committed by
Duncan Overbruck
parent
19ccd70976
commit
da90bd9e03
@@ -1,15 +1,27 @@
|
||||
# Template file for 'asciinema'
|
||||
pkgname=asciinema
|
||||
version=2.4.0
|
||||
revision=3
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest-xdist"
|
||||
version=3.2.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
checkdepends="python3"
|
||||
short_desc="Record and share your terminal sessions, the right way"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://asciinema.org/"
|
||||
changelog="https://raw.githubusercontent.com/asciinema/asciinema/develop/CHANGELOG.md"
|
||||
distfiles="https://github.com/asciinema/asciinema/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=b0e05f0b5ae7ae4e7186c6bd824e6d670203bb24f1c89ee52fc8fae7254e6091
|
||||
checksum=247c7c87481f38d7788c1fb1be12021c778676c0d0ab37e529ec528f87f487ce
|
||||
|
||||
pre_build() {
|
||||
export ASCIINEMA_GEN_DIR=assets
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
for page in assets/man/*; do
|
||||
vman ${page}
|
||||
done
|
||||
vcompletion assets/completion/_asciinema zsh
|
||||
vcompletion assets/completion/asciinema.bash bash
|
||||
vcompletion assets/completion/asciinema.fish fish
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user