19 lines
590 B
Bash
19 lines
590 B
Bash
# Template file for 'termtosvg'
|
|
pkgname=termtosvg
|
|
version=1.1.0
|
|
revision=1
|
|
archs="noarch"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pyte python3-lxml python3-wcwidth"
|
|
checkdepends="$depends"
|
|
short_desc="Record terminal sessions as SVG animations"
|
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://nbedos.github.io/termtosvg/"
|
|
distfiles="https://github.com/nbedos/termtosvg/archive/${version}.tar.gz"
|
|
checksum=53e9ad5976978684699d14b83cac37bf173d76c787f1b849859ad8aef55f22d2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|