File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'asciinema'
22pkgname=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"
97short_desc="Record and share your terminal sessions, the right way"
108maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
119license="GPL-3.0-or-later"
1210homepage="https://asciinema.org/"
1311changelog="https://raw.githubusercontent.com/asciinema/asciinema/develop/CHANGELOG.md"
1412distfiles="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+ }
You can’t perform that action at this time.
0 commit comments