diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template new file mode 100644 index 00000000000..58b8e790fae --- /dev/null +++ b/srcpkgs/termtosvg/template @@ -0,0 +1,19 @@ +# 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 " +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 +}