Skip to content

Commit da90bd9

Browse files
Luc-SaccoccioDuncaen
authored andcommitted
asciinema: update to 3.2.0.
1 parent 19ccd70 commit da90bd9

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

srcpkgs/asciinema/template

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
# Template file for 'asciinema'
22
pkgname=asciinema
3-
version=2.4.0
4-
revision=3
5-
build_style=python3-pep517
6-
hostmakedepends="python3-wheel"
7-
depends="python3"
8-
checkdepends="python3-pytest-xdist"
3+
version=3.2.0
4+
revision=1
5+
build_style=cargo
6+
checkdepends="python3"
97
short_desc="Record and share your terminal sessions, the right way"
108
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
119
license="GPL-3.0-or-later"
1210
homepage="https://asciinema.org/"
1311
changelog="https://raw.githubusercontent.com/asciinema/asciinema/develop/CHANGELOG.md"
1412
distfiles="https://github.com/asciinema/asciinema/archive/refs/tags/v${version}.tar.gz"
15-
checksum=b0e05f0b5ae7ae4e7186c6bd824e6d670203bb24f1c89ee52fc8fae7254e6091
13+
checksum=247c7c87481f38d7788c1fb1be12021c778676c0d0ab37e529ec528f87f487ce
14+
15+
pre_build() {
16+
export ASCIINEMA_GEN_DIR=assets
17+
}
18+
19+
post_install() {
20+
vdoc README.md
21+
for page in assets/man/*; do
22+
vman ${page}
23+
done
24+
vcompletion assets/completion/_asciinema zsh
25+
vcompletion assets/completion/asciinema.bash bash
26+
vcompletion assets/completion/asciinema.fish fish
27+
}

0 commit comments

Comments
 (0)