16 lines
615 B
Bash
16 lines
615 B
Bash
# Template file for 'asciinema'
|
|
pkgname=asciinema
|
|
version=2.4.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest-xdist"
|
|
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
|