20 lines
590 B
Bash
20 lines
590 B
Bash
|
# Template file for 'termtosvg'
|
||
|
pkgname=termtosvg
|
||
|
version=1.0.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=0de3f9faa6d288f0f95504303df08267116b316fa74923b04a589dc62200ff64
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|